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

Coverity 189188: cover for meaningless coverity warning

This commit is contained in:
Andy Green 2018-04-04 10:44:51 +08:00
parent 9586acb560
commit 2b180b21ce

View file

@ -638,7 +638,7 @@ LWS_VISIBLE int lws_serve_http_file_fragment(struct lws *wsi)
lwsl_info("%s: closing\n", __func__);
goto file_had_it;
}
continue;
break;
}
if (wsi->http.filepos == wsi->http.filelen)