From 8fd3808ad315fcdf84648a2378324cfab21df0c1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 1 Dec 2010 22:21:11 +0100 Subject: [BB#95] remove two comments that have become wrong by the fix. --- src/transparent-proxy.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/transparent-proxy.c b/src/transparent-proxy.c index d34fa4e..843f22c 100644 --- a/src/transparent-proxy.c +++ b/src/transparent-proxy.c @@ -85,9 +85,6 @@ do_transparent_proxy (struct conn_s *connptr, hashmap_t hashofheaders, request->path = (char *) safemalloc (ulen + 1); strlcpy (request->path, *url, ulen + 1); - /* url overwritten by the call below is the url passed - * to this function, and is not the url variable in the - * caller. */ build_url (url, request->host, request->port, request->path); log_message (LOG_INFO, "process_request: trans IP %s %s for %d", @@ -103,9 +100,6 @@ do_transparent_proxy (struct conn_s *connptr, hashmap_t hashofheaders, request->path = (char *) safemalloc (ulen + 1); strlcpy (request->path, *url, ulen + 1); - /* url overwritten by the call below is the url passed - * to this function, and is not the url variable in the - * caller. */ build_url (url, request->host, request->port, request->path); log_message (LOG_INFO, "process_request: trans Host %s %s for %d", -- cgit v1.2.3