]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 16 Jun 2017 18:12:15 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 16 Jun 2017 18:12:15 +0000 (18:12 +0000)
src/HttpRequest.cc
src/client_side.cc

index d08ad3e03715d5b4cac4c67af441f00879df8830..6daf43885e45691c2c88558a5bf670484276a5cb 100644 (file)
@@ -694,7 +694,6 @@ UpdateRequestNotes(ConnStateData *csd, HttpRequest &request, NotePairs const &he
     request.notes()->replaceOrAdd(&helperNotes);
 }
 
-
 void
 HttpRequest::manager(const CbcPointer<ConnStateData> &aMgr, const AccessLogEntryPointer &al)
 {
@@ -717,7 +716,7 @@ HttpRequest::manager(const CbcPointer<ConnStateData> &aMgr, const AccessLogEntry
         indirect_client_addr = clientConnection->remote;
 #endif /* FOLLOW_X_FORWARDED_FOR */
         my_addr = clientConnection->local;
-    
+
         flags.intercepted = ((clientConnection->flags & COMM_INTERCEPTION) != 0);
         flags.interceptTproxy = ((clientConnection->flags & COMM_TRANSPARENT) != 0 ) ;
         const bool proxyProtocolPort = port ? port->flags.proxySurrogate : false;
@@ -733,3 +732,4 @@ HttpRequest::manager(const CbcPointer<ConnStateData> &aMgr, const AccessLogEntry
             flags.spoofClientIp = false;
     }
 }
+
index d1bc0919bf44977a89f5126a3b85a0398405f577..2ec8da96aeaece118402120ee769dba3fed84b42 100644 (file)
@@ -1634,7 +1634,6 @@ clientProcessRequest(ConnStateData *conn, const Http1::RequestParserPointer &hp,
     // this entire function to remove them from the FTP code path. Connection
     // setup and body_pipe preparation blobs are needed for FTP.
 
-
     request->manager(conn, http->al);
 
     request->flags.accelerated = http->flags.accel;