mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() This provides a way to defer closing if the output buflist has unsent content for the wsi, until the buflist is drained. It doesn't make any assumption about the content being related to http, so you can use it on raw. It follows the semantics of the http transaction completed, ie if (lws_raw_transaction_completed(wsi)) return -1 return 0; |
||
---|---|---|
.. | ||
adopt.c | ||
alloc.c | ||
connect.c | ||
context.c | ||
dummy-callback.c | ||
libwebsockets.c | ||
output.c | ||
pollfd.c | ||
private.h | ||
service.c |