]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/squid/squid-3.5-14122.patch
squid 3.5.22: latest patches (14119-14122)
[ipfire-2.x.git] / src / patches / squid / squid-3.5-14122.patch
1 ------------------------------------------------------------
2 revno: 14122
3 revision-id: squidadm@squid-cache.org-20161209061551-361ava4lrrmbwiy9
4 parent: squid3@treenet.co.nz-20161209043304-krtzvsm4a0zbzgi8
5 committer: Source Maintenance <squidadm@squid-cache.org>
6 branch nick: 3.5
7 timestamp: Fri 2016-12-09 06:15:51 +0000
8 message:
9 SourceFormat Enforcement
10 ------------------------------------------------------------
11 # Bazaar merge directive format 2 (Bazaar 0.90)
12 # revision_id: squidadm@squid-cache.org-20161209061551-\
13 # 361ava4lrrmbwiy9
14 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5
15 # testament_sha1: cb4bfe0e0aaf3e3d107ffb16e2729c6f46d5a822
16 # timestamp: 2016-12-09 06:51:04 +0000
17 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5
18 # base_revision_id: squid3@treenet.co.nz-20161209043304-\
19 # krtzvsm4a0zbzgi8
20 #
21 # Begin patch
22 === modified file 'src/servers/HttpServer.cc'
23 --- src/servers/HttpServer.cc 2016-12-09 01:58:33 +0000
24 +++ src/servers/HttpServer.cc 2016-12-09 06:15:51 +0000
25 @@ -170,7 +170,7 @@
26 bool
27 Http::Server::writeControlMsgAndCall(ClientSocketContext *context, HttpReply *rep, AsyncCall::Pointer &call)
28 {
29 - // Ignore this late control message if we have started sending a
30 + // Ignore this late control message if we have started sending a
31 // reply to the user already (e.g., after an error).
32 if (context->reply) {
33 debugs(11, 2, "drop 1xx made late by " << context->reply);
34