diff options
author | Niels Provos <provos@gmail.com> | 2008-06-26 00:40:57 +0000 |
---|---|---|
committer | Niels Provos <provos@gmail.com> | 2008-06-26 00:40:57 +0000 |
commit | 9998c0cbc814decba91f90f3cdcda8da5cc1f5e3 (patch) | |
tree | 10f75b7743c30833839e5f26475ca88cdba1686a /ChangeLog | |
parent | 21f76156b115299ffd8438ed323b03cee050cb77 (diff) | |
download | libevent-9998c0cbc814decba91f90f3cdcda8da5cc1f5e3.tar.gz |
correct handling of trailing headers in chunked replies; from Scott Lamb.
svn:r887
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |