1
0
Fork 0
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:
Andy Green 2020-08-18 11:23:24 +01:00
parent 260bd38d56
commit 5ef6c548d8

View file

@ -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 ==