Lines Matching full:http
17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov)
21 o do not fail while sending on http connections the client closed. (5c8b446)
26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf)
27 o Fix compile warning in http.c (906d573)
54 o Remove the limit on size of HTTP headers by removing static buffers.
59 o clean up buffered http connection data on reset; reported by Brian O'Kelley
91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin
107 o Fix connection keep-alive behavior for HTTP/1.0
126 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
149 …4_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
168 o always generate Date and Content-Length headers for HTTP/1.1 replies
169 o set the correct event base for HTTP close events
180 o removed linger from http server socket; reported by Ilya Martynov
181 …o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charle…
182 o demote most http warnings to debug messages
184 o Add a "Date" header to HTTP responses, as required by HTTP 1.1.
186 o Fix a memory leak in which failed HTTP connections would not free the request object
193 o Fix http.c to compile properly with USE_DEBUG; from Christopher Layne
201 o Fix http module on windows to close sockets properly.
209 …o Fix implementation of getaddrinfo on platforms that lack it; mainly, this will make Windows http…
214 …ibevent_core contains only the event core whereas libevent_extra contains dns, http and rpc support