diff --git a/lib/url.c b/lib/url.c index 4ca629cb241dc7e69629991ac18bb9b66fc4e44b..e777d2a1faa14d94563feaf7414c8bcbe2260ffc 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2029,7 +2029,7 @@ ConnectionExists(struct SessionHandle *data, for(i=0; i< data->state.connc->num; i++) { bool match = FALSE; - int pipeLen = 0; + size_t pipeLen = 0; /* * Note that if we use a HTTP proxy, we check connections to that * proxy and not to the actual remote server.