1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green 6830f2d296 cgi: use transaction_complete when stdout goes away
transaction_complete includes processing for the case we are holding
an output-side buflist, and arranges for it to be sent before the
connection is actually closed.

This stops very slow links not being ablet to use git clone via
cgi mount, because the close races the flushing of the output-side
buflist and in the case the connection is bad, closes before
everything was sent.
2018-12-01 11:05:59 +08:00
..
adopt.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
context.c adopt: allow associated accepted vhost connections to specific role 2018-12-01 11:05:59 +08:00
dummy-callback.c cgi: use transaction_complete when stdout goes away 2018-12-01 11:05:59 +08:00
libwebsockets.c adopt: allow associated accepted vhost connections to specific role 2018-12-01 11:05:59 +08:00
output.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
pollfd.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
private.h adopt: allow associated accepted vhost connections to specific role 2018-12-01 11:05:59 +08:00
service.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00