mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Coverity 189188: cover for meaningless coverity warning
This commit is contained in:
parent
9586acb560
commit
2b180b21ce
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ LWS_VISIBLE int lws_serve_http_file_fragment(struct lws *wsi)
|
||||||
lwsl_info("%s: closing\n", __func__);
|
lwsl_info("%s: closing\n", __func__);
|
||||||
goto file_had_it;
|
goto file_had_it;
|
||||||
}
|
}
|
||||||
continue;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wsi->http.filepos == wsi->http.filelen)
|
if (wsi->http.filepos == wsi->http.filelen)
|
||||||
|
|
Loading…
Add table
Reference in a new issue