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:
parent
2c143ed224
commit
7a626ef320
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue