From 0585bf00aea4d85f6a62219fb8600d1529b3479f Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 1 Feb 2015 04:12:07 +0000 Subject: [PATCH] removed redundant comments --- qse/lib/http/httpd-proxy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qse/lib/http/httpd-proxy.c b/qse/lib/http/httpd-proxy.c index 1217f9f1..9ea44c48 100644 --- a/qse/lib/http/httpd-proxy.c +++ b/qse/lib/http/httpd-proxy.c @@ -579,11 +579,9 @@ static int proxy_htrd_peek_peer_output (qse_htrd_t* htrd, qse_htre_t* res) * Other browsers like firefox and opera didn't have this problem. * * The hack here assumes that the actual response from the peer - * contains no message-body(content) either. + * contains no message-body(content) either. */ -/* TODO: apply the same trick if the request is HEAD */ - /* Force the length to be zero as if Content-Length: 0 is in the * original peer response */ proxy->resflags |= PROXY_RES_PEER_LENGTH | PROXY_RES_PEER_LENGTH_FAKE;