MINOR: muxes: Note that we can't usee a connection when added to the srv idle.
authorOlivier Houchard <cognet@ci0.org>
Sun, 22 Mar 2020 22:25:51 +0000 (23:25 +0100)
committerOlivier Houchard <cognet@ci0.org>
Sun, 22 Mar 2020 22:25:51 +0000 (23:25 +0100)
commit199d4fade4301774e5bcde77a162ed92e134fc85
treeeb0b2a4b2e4ba76917310243924cb5cb8789e11e
parentdbda31939dd3c775adb48ceeadbda89e42a25390
MINOR: muxes: Note that we can't usee a connection when added to the srv idle.

In the various muxes, add a comment documenting that once
srv_add_to_idle_list() got called, any thread may pick that conenction up,
so it is unsafe to access the mux context/the connection, the only thing we
can do is returning.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c