Changes since version 1.8.5 : Ilya Shipitsin (1): BUILD/MINOR: fix build when USE_THREAD is not defined Thierry Fournier (2): BUG/MINOR: lua: the function returns anything BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values Willy Tarreau (12): MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available BUILD/MINOR: cli: fix a build warning introduced by last commit BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() MINOR: h2: provide and use h2s_detach() and h2s_free() BUG/MAJOR: h2: remove orphaned streams from the send list before closing MINOR: h2: always call h2s_detach() in h2_detach() MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy() BUG/MEDIUM: h2/threads: never release the task outside of the task handler BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error BUILD/MINOR: threads: always export thread_sync_io_handler()