From: Amos Jeffries Date: Thu, 14 Jan 2016 13:17:11 +0000 (+1300) Subject: Source maintenance polish X-Git-Tag: SQUID_4_0_5~14^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abc180208e4a544a47a539fcd4e22a79ed9cd642;p=thirdparty%2Fsquid.git Source maintenance polish --- diff --git a/src/acl/ExtUser.cc b/src/acl/ExtUser.cc index c19f919cec..d44939d9b3 100644 --- a/src/acl/ExtUser.cc +++ b/src/acl/ExtUser.cc @@ -16,8 +16,8 @@ #include "acl/FilledChecklist.h" #include "acl/RegexData.h" #include "acl/UserData.h" -#include "http/StreamContext.h" #include "client_side.h" +#include "http/StreamContext.h" ACLExtUser::~ACLExtUser() { diff --git a/src/http/StreamContext.cc b/src/http/StreamContext.cc index d24fd31e4c..c29d33aa4d 100644 --- a/src/http/StreamContext.cc +++ b/src/http/StreamContext.cc @@ -82,7 +82,7 @@ Http::StreamContext::writeComplete(size_t size) case STREAM_COMPLETE: { debugs(33, 5, clientConnection << " Stream complete, keepalive is " << - http->request->flags.proxyKeepalive); + http->request->flags.proxyKeepalive); ConnStateData *c = getConn(); if (!http->request->flags.proxyKeepalive) clientConnection->close(); diff --git a/src/http/StreamContext.h b/src/http/StreamContext.h index 714402119c..05e5ccd317 100644 --- a/src/http/StreamContext.h +++ b/src/http/StreamContext.h @@ -166,3 +166,4 @@ private: } // namespace Http #endif /* SQUID_SRC_HTTP_STREAMCONTEXT_H */ + diff --git a/src/tests/stub_client_side.cc b/src/tests/stub_client_side.cc index 2ea27b8fa9..32ad530f2b 100644 --- a/src/tests/stub_client_side.cc +++ b/src/tests/stub_client_side.cc @@ -58,3 +58,4 @@ void clientHttpConnectionsClose(void) STUB void httpRequestFree(void *) STUB void clientPackRangeHdr(const HttpReply *, const HttpHdrRangeSpec *, String, MemBuf *) STUB void clientPackTermBound(String, MemBuf *) STUB +