]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
Do not send Content-Length in 1xx or 204 responses (#249)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 31 Jul 2018 22:08:31 +0000 (22:08 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 1 Aug 2018 12:29:40 +0000 (12:29 +0000)
commit4f1c93a7a0d14eec223e199275ce570d840f71bc
treedd875ed17cab861285af02870fc1cfbbea8300e4
parent6f160e6fe209011cba1e8b9929302f2da82285d1
Do not send Content-Length in 1xx or 204 responses (#249)

This is RFC 7230 section 3.3.2 requirement.
22 files changed:
src/HttpHeader.cc
src/HttpHeader.h
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/adaptation/icap/ModXact.cc
src/client_side_reply.cc
src/clients/FtpRelay.cc
src/ftp/Elements.h
src/htcp.cc
src/htcp.h
src/http.cc
src/http/ContentLengthInterpreter.cc
src/http/ContentLengthInterpreter.h
src/http/Message.cc
src/http/Message.h
src/http/StatusCode.h
src/http/forward.h
src/servers/Http1Server.cc
src/ssl/ErrorDetailManager.cc
src/tests/stub_HttpReply.cc