squid/http11 changes

These changesets represents the changes on the squid/http11 development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.

Browse repository

DateAuthorSizeDescription
2007/09/03 01:24:00hno+5 -5Fix ignore_expect_100 directive
2007/09/03 00:50:50hno+30 -8ignore_expect_100 squid.conf option
2007/09/03 00:11:06hno+2 -2Deal better with aborted requests
2007/09/02 20:53:08hno+2 -2Chunking requires HTTP/1.1
2007/08/23 01:26:39hno+61 -16Various small fixes to make the http11 branch run again
2007/03/12 22:43:04hno+2 -5Resurrect the content-length change backed out in Bug #1915.
2007/03/11 02:20:32hno+13 -13indented
2007/03/11 02:16:02hno+33 -5Second round of restructuring to prepare for 1xx.
2007/03/11 01:34:43hno+52 -146First steps toward 1xx processing. Does not compile yet.
2007/03/11 02:16:02hno+33 -5Second round of restructuring to prepare for 1xx.
2007/03/11 01:34:43hno+52 -146First steps toward 1xx processing. Does not compile yet.
2007/03/11 00:45:13hno+7 -2And use the http11 option in determining client persistent connection status as well
2007/03/11 00:35:15hno+7 -7Fix 304 responses to use the configured HTTP version
2007/03/11 00:31:27hno+22 -10Make use of the http11 configuration options to select when HTTP/1.1 should be used
2007/03/11 00:11:24hno+24 -22Get rid of HTTP version hardcoding
2007/02/24 23:48:14hno+36 -5Config options for tuning when HTTP/1.1 is used.
2007/02/24 13:23:52hno+3 -4Reject chunked requests with 411 Length Required, not 501..
2007/02/24 13:20:12hno+94 -55Support sending chunked encoding to the clients, keeping connections persistent withthout content-length
2007/02/24 13:13:42hno+4 -4RFC2616 4.4, Content-Length MUST be ignored if Transfer-Encoding is used
2007/01/19 00:41:16hno+6 -6Indented
2007/01/19 00:40:32hno+3 -4Cleanup of chunked detection and Content-Length validation
2006/12/30 14:11:18hno+11 -7Fix parsing of partial headers
2006/12/19 01:03:13hno+354 -224Minimal HTTP/1.1 support, allowing advertising HTTP/1.1 upstream towards

Release statistics

AuthorChangesetsChanges
hno23+856 -703
total23+856 -703

Back