|
| 1 | +2018/04/05 : 1.8.6 |
| 2 | + - BUG/MINOR: lua: the function returns anything |
| 3 | + - BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values |
| 4 | + - BUILD/MINOR: fix build when USE_THREAD is not defined |
| 5 | + - MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" |
| 6 | + - MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available |
| 7 | + - BUILD/MINOR: cli: fix a build warning introduced by last commit |
| 8 | + - BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert |
| 9 | + - CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() |
| 10 | + - MINOR: h2: provide and use h2s_detach() and h2s_free() |
| 11 | + - BUG/MAJOR: h2: remove orphaned streams from the send list before closing |
| 12 | + - MINOR: h2: always call h2s_detach() in h2_detach() |
| 13 | + - MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy() |
| 14 | + - BUG/MEDIUM: h2/threads: never release the task outside of the task handler |
| 15 | + - BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error |
| 16 | + - BUILD/MINOR: threads: always export thread_sync_io_handler() |
| 17 | + - BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked |
| 18 | + - BUG/MINOR: checks: check the conn_stream's readiness and not the connection |
| 19 | + - BUG/MINOR: email-alert: Set the mailer port during alert initialization |
| 20 | + - BUG/MINOR: cache: fix "show cache" output |
| 21 | + - BUG/MINOR: fd: Don't clear the update_mask in fd_insert. |
| 22 | + - BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks |
| 23 | + - BUG/MINOR: spoe: Initialize variables used during conf parsing before any check |
| 24 | + - BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk |
| 25 | + |
1 | 26 | 2018/03/23 : 1.8.5
|
2 | 27 | - BUG/MINOR: threads: fix missing thread lock labels for 1.8
|
3 | 28 | - BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable.
|
|
0 commit comments