mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
coverity: 62488 62253: comment NOP left in for extensibility
This commit is contained in:
parent
260bd38d56
commit
5ef6c548d8
1 changed files with 7 additions and 2 deletions
|
@ -452,8 +452,13 @@ client_http_body_sent:
|
|||
buffered,
|
||||
__func__))
|
||||
return -1;
|
||||
eb.token += m;
|
||||
eb.len -= m;
|
||||
|
||||
/*
|
||||
* coverity: uncomment if extended
|
||||
*
|
||||
* eb.token += m;
|
||||
* eb.len -= m;
|
||||
*/
|
||||
|
||||
if (n) {
|
||||
assert(wsi->http.ah->parser_state ==
|
||||
|
|
Loading…
Add table
Reference in a new issue