proxy: Fix a comment

This commit is contained in:
nick
2013-06-19 11:27:09 +01:00
parent 2a9884e9e9
commit 3c56ba0af6

View File

@@ -561,8 +561,7 @@ int proxy_read_from_upstream( struct proxier* proxy, int state )
} }
if ( ( proxy->req_hdr.type & REQUEST_MASK ) == REQUEST_READ ) { if ( ( proxy->req_hdr.type & REQUEST_MASK ) == REQUEST_READ ) {
/* Get the read reply data too. Same optimisation as /* Get the read reply data too. */
* read_from_downstream */
proxy->rsp.size += proxy->req_hdr.len; proxy->rsp.size += proxy->req_hdr.len;
} }
} }