Lines Matching refs:HTTP

123  o Force strict validation of HTTP version in response. (790f6b3 Catalin Patulea)
422 NEW AND MODIFIED HTTP APIs
425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
437 HTTP BUGFIXES
440 o Fix a bug where we would read too much data in HTTP bodies or requests. (58a1cc6)
445 o Replace exact-version checks for HTTP/1.1 with >= or < checks (647e094)
447 …o Don't disable reading from the HTTP connection after sending the request to be notified of conne…
481 HTTP CLEANUPS
485 o Update the HTTP regression tests to use Libevent2 apis for non-http stuff (d9ffa89)
506 o Add a basic example of how to write a static HTTP server. (4e794d5)
656 o Fix the default HTTP error template (06bd056 Felix Nawothnig)
776 o Allow empty reason line in HTTP status (739e688 Pierre Phaneuf)
1149 o always generate Date and Content-Length headers for HTTP/1.1 replies
1150 o set the correct event base for HTTP close events
1171 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
1172 …4_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
1173 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
1182 o include Content-Length in reply for HTTP/1.0 requests with keep-alive
1221 o support for virtual HTTP hosts.
1232 o Fix connection keep-alive behavior for HTTP/1.0
1245 o Support multi-line HTTP headers; based on a patch from Moshe Litvin
1248 o Various HTTP correctness fixes from Scott Lamb