summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-06-26 00:40:57 +0000
committerNiels Provos <provos@gmail.com>2008-06-26 00:40:57 +0000
commit9998c0cbc814decba91f90f3cdcda8da5cc1f5e3 (patch)
tree10f75b7743c30833839e5f26475ca88cdba1686a /ChangeLog
parent21f76156b115299ffd8438ed323b03cee050cb77 (diff)
downloadlibevent-9998c0cbc814decba91f90f3cdcda8da5cc1f5e3.tar.gz
correct handling of trailing headers in chunked replies; from Scott Lamb.
svn:r887
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 682839f6..127195b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,7 +111,8 @@ Changes in current version:
o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win32 platforms for backwards compatibility.
o Do not use SO_REUSEADDR when connecting
o Support 64-bit integers in RPC structs
-
+ o Correct handling of trailing headers in chunked replies; from Scott Lamb.
+
Changes in 1.4.0:
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
o demote most http warnings to debug messages