sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

Fix HTTP/1.1 handling, allow for repeated detaches in a single exchange #209

Open PythonJedi opened 3 years ago

PythonJedi commented 3 years ago

Add HUP protocol helper that doesn't wait for its peer to send a terminal message so that an HTTP server can detach twice.

Fixes issue 204