1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

COVA11782: comment NOP statement

This commit is contained in:
Andy Green 2019-07-16 10:03:05 -07:00
parent 2c143ed224
commit 7a626ef320

View file

@ -131,7 +131,7 @@ http_postbody:
*/
body_chunk_len = min(wsi->http.rx_content_remain, len);
wsi->http.rx_content_remain -= body_chunk_len;
len -= body_chunk_len;
// len -= body_chunk_len;
#ifdef LWS_WITH_CGI
if (wsi->http.cgi) {
struct lws_cgi_args args;