[squid-users] Squid 3.5.23 little fixes

FredB fredbmail at free.fr
Tue Jan 24 08:26:38 UTC 2017


Hello,

FI, I'm reading some parts of code and I found two little spelling errors

FredB

---------------------------------------------------------------

--- src/client_side.cc	2016-10-09 21:58:01.000000000 +0200
+++ src/client_side.cc	2016-12-14 10:57:12.915469723 +0100
@@ -2736,10 +2736,10 @@ clientProcessRequest(ConnStateData *conn
 
     request->flags.internal = http->flags.internal;
     setLogUri (http, urlCanonicalClean(request.getRaw()));
-    request->client_addr = conn->clientConnection->remote; // XXX: remove reuest->client_addr member.
+    request->client_addr = conn->clientConnection->remote; // XXX: remove request->client_addr member.
 #if FOLLOW_X_FORWARDED_FOR
     // indirect client gets stored here because it is an HTTP header result (from X-Forwarded-For:)
-    // not a details about teh TCP connection itself
+    // not a details about the TCP connection itself
     request->indirect_client_addr = conn->clientConnection->remote;
 #endif /* FOLLOW_X_FORWARDED_FOR */
     request->my_addr = conn->clientConnection->local;


More information about the squid-users mailing list