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:
parent
2976d4dbe8
commit
616d8e97ce
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ postbody_completion:
|
|||
*/
|
||||
|
||||
if (lws_http_transaction_completed(wsi))
|
||||
return -1;
|
||||
goto bail;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue