The unified diff between revisions [79218754..] and [60564a86..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/client_side.c'
#
#
# patch "src/client_side.c"
# from [27a0fe0fa398f1d37bde31b754d7518f913a318d]
# to [671e6d455044433ea7cf317f99e7faeb3dadb80f]
#
============================================================
--- src/client_side.c 27a0fe0fa398f1d37bde31b754d7518f913a318d
+++ src/client_side.c 671e6d455044433ea7cf317f99e7faeb3dadb80f
@@ -1037,7 +1037,7 @@ clientInterpretRequestHeaders(clientHttp
if(http->conn->pinned) {
request->flags.must_keepalive = 1;
/* If this specific host/port has been pinned to this client, flag */
- if(pconnLookup(request->host,request->port,&request->client_addr,request->client_port) {
+ if(pconnLookup(request->host,request->port,&request->client_addr,request->client_port)) {
request->flags.auth = 1;
request->flags.pinned = 1;
}