proxy: Fix a comment
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user