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

Don't need 'spill' label anymore with http_version.

This commit is contained in:
Andrew Canaday 2014-07-08 13:36:52 -04:00
parent cee9e70239
commit 95bea8d54d

View file

@ -397,7 +397,6 @@ check_eol:
goto swallow;
}
spill:
{
int issue_result = issue_char(wsi, c);
if (issue_result < 0) {