Checking in changes prior to tagging of version 1.60. Changelog diff is:1.60
commit1674769d1ec61c9ba9d4072a96fb7c928b895fd8
authorbradfitz <bradfitz@6caf28e9-730f-0410-b62b-a31386fe13fb>
Wed, 24 Oct 2007 04:09:11 +0000 (24 04:09 +0000)
committerbradfitz <bradfitz@6caf28e9-730f-0410-b62b-a31386fe13fb>
Wed, 24 Oct 2007 04:09:11 +0000 (24 04:09 +0000)
treec966642340c017d8c3936abcd6bf81b2666f2fbc
parentf21436f7413d2262b1c7f9c9f838fce36d6a548b
Checking in changes prior to tagging of version 1.60.  Changelog diff is:

Index: CHANGES
===================================================================
--- CHANGES (revision 715)
+++ CHANGES (working copy)
@@ -1,3 +1,9 @@
+1.60: 2007-10-23
+
+    -- accept LFLF to end HTTP request headers, instead of just
+       CRLFCRLF.  easier monitoring with netcat & other popular
+       webservers accept LFLF anyway.  (Paul Baker)
+
     -- SHUTDOWN GRACEFUL [timeout] - now accepts optional timeout
        parameter to force shutdown after that period in seconds

@@ -33,7 +39,7 @@

     -- the buffered upload rate test should pass more reliably now.  some
        people reported it sporadically (or often) failing before
-
+
     -- new per-service configuration value: persist_client_timeout -
        timeout in seconds for HTTP keep-alives to the end user
        (defaults to 30 seconds)

git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@716 6caf28e9-730f-0410-b62b-a31386fe13fb
CHANGES
META.yml
Perlbal.spec
lib/Perlbal.pm
lib/Perlbal/Socket.pm