mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
98f9616bf4
svn:r416
7 lines
382 B
Plaintext
7 lines
382 B
Plaintext
Changes in current version:
|
|
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
|
|
o Fix Solaris compilation; from Magne Mahre
|
|
o Add a "Date" header to HTTP responses, as required by HTTP 1.1.
|
|
o Support specifying the local address of an evhttp_connection using set_local_address
|