removed redundant comments

This commit is contained in:
hyung-hwan 2015-02-01 04:12:07 +00:00
parent 3f94bd2cd6
commit 0585bf00ae

View File

@ -582,8 +582,6 @@ static int proxy_htrd_peek_peer_output (qse_htrd_t* htrd, qse_htre_t* res)
* 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;