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

h1: explicitly close when post txn completes

https://github.com/warmcat/libwebsockets/issues/2072
This commit is contained in:
Andy Green 2020-10-06 13:55:39 +01:00
parent 2976d4dbe8
commit 616d8e97ce

View file

@ -203,7 +203,7 @@ postbody_completion:
*/
if (lws_http_transaction_completed(wsi))
return -1;
goto bail;
break;
}
#endif