Lines Matching refs:HTTP
17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov)
26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf)
54 o Remove the limit on size of HTTP headers by removing static buffers.
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
135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive
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
181 …o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charle…
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