mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
client: pipelining needs ah reset at client transaction completed
This commit is contained in:
parent
95e31cb126
commit
6d72ef4768
1 changed files with 3 additions and 1 deletions
|
@ -580,6 +580,8 @@ lws_http_transaction_completed_client(struct lws *wsi)
|
||||||
"queued client done");
|
"queued client done");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_lws_header_table_reset(wsi->http.ah);
|
||||||
|
|
||||||
/* after the first one, they can only be coming from the queue */
|
/* after the first one, they can only be coming from the queue */
|
||||||
wsi->transaction_from_pipeline_queue = 1;
|
wsi->transaction_from_pipeline_queue = 1;
|
||||||
|
|
||||||
|
@ -1230,4 +1232,4 @@ completed:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue