forked from pool/haproxy
Accepting request 714216 from home:KGronlund:branches:server:http
- Update to version 2.0.1+git27.5db881ff: * BUG/MINOR: ssl: revert empty handshake detection in OpenSSL <= 1.0.2 * BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it. * BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si * MINOR: stream-int: Factorize processing done after sending data in si_cs_send() * BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred * BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted * BUG/MEDIUM: lb_fas: Don't test the server's lb_tree from outside the lock * BUG/MEDIUM: http/applet: Finish request processing when a service is registered * MINOR: action: Add the return code ACT_RET_DONE for actions * BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks * MINOR: server: Add "no-tfo" option. * BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. * BUG/MEDIUM: servers: Authorize tfo in default-server. * BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. * BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent * BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent * BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() * BUG/MINOR: hlua: Don't use channel_htx_recv_max() * BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() * BUG/MEDIUM: checks: Make sure the tasklet won't run if the connection is closed. * BUG/MEDIUM: connections: Always call shutdown, with no linger. * BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses * BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages * BUG/MEDIUM: checks: unblock signals in external checks * BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported * BUG/MEDIUM: ssl: Don't attempt to set alpn if we're not using SSL. * BUG/MINOR: mworker/cli: don't output a \n before the response * BUG/MINOR: mux-h1: Make format errors during output formatting fatal * BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages OBS-URL: https://build.opensuse.org/request/show/714216 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=186
This commit is contained in:
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 09 11:48:41 UTC 2019 - kgronlund@suse.com
|
||||
|
||||
- Update to version 2.0.1+git27.5db881ff:
|
||||
* BUG/MINOR: ssl: revert empty handshake detection in OpenSSL <= 1.0.2
|
||||
* BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it.
|
||||
* BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si
|
||||
* MINOR: stream-int: Factorize processing done after sending data in si_cs_send()
|
||||
* BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred
|
||||
* BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted
|
||||
* BUG/MEDIUM: lb_fas: Don't test the server's lb_tree from outside the lock
|
||||
* BUG/MEDIUM: http/applet: Finish request processing when a service is registered
|
||||
* MINOR: action: Add the return code ACT_RET_DONE for actions
|
||||
* BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks
|
||||
* MINOR: server: Add "no-tfo" option.
|
||||
* BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions.
|
||||
* BUG/MEDIUM: servers: Authorize tfo in default-server.
|
||||
* BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux.
|
||||
* BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent
|
||||
* BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent
|
||||
* BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit()
|
||||
* BUG/MINOR: hlua: Don't use channel_htx_recv_max()
|
||||
* BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max()
|
||||
* BUG/MEDIUM: checks: Make sure the tasklet won't run if the connection is closed.
|
||||
* BUG/MEDIUM: connections: Always call shutdown, with no linger.
|
||||
* BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses
|
||||
* BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages
|
||||
* BUG/MEDIUM: checks: unblock signals in external checks
|
||||
* BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported
|
||||
* BUG/MEDIUM: ssl: Don't attempt to set alpn if we're not using SSL.
|
||||
* BUG/MINOR: mworker/cli: don't output a \n before the response
|
||||
* BUG/MINOR: mux-h1: Make format errors during output formatting fatal
|
||||
* BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages
|
||||
* BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages
|
||||
* BUG/MINOR: log: Detect missing sampling ranges in config
|
||||
* BUG/MINOR: memory: Set objects size for pools in the per-thread cache
|
||||
* BUG/MAJOR: mux-h1: Don't crush trash chunk area when outgoing message is formatted
|
||||
* BUG/MINOR: htx: Save hdrs_bytes when the HTX start-line is replaced
|
||||
* BUG/MEDIUM: ssl: Don't do anything in ssl_subscribe if we have no ctx.
|
||||
* BUG/MEDIUM: connections: Always add the xprt handshake if needed.
|
||||
* BUG/MEDIUM: stream_interface: Don't add SI_FL_ERR the state is < SI_ST_CON.
|
||||
* BUG/MINOR: spoe: Fix memory leak if failing to allocate memory
|
||||
* BUG/MEDIUM: mworker/cli: command pipelining doesn't work anymore
|
||||
* BUG/MEDIUM: mworker: don't call the thread and fdtab deinit
|
||||
* BUG/MINOR: mworker-prog: Fix segmentation fault during cfgparse
|
||||
* BUG/MAJOR: sample: Wrong stick-table name parsing in "if/unless" ACL condition.
|
||||
* BUG/MEDIUM: lb_fwlc: Don't test the server's lb_tree from outside the lock
|
||||
* BUG/MEDIUM: mux-h2: Remove the padding length when a DATA frame size is checked
|
||||
* BUG/MEDIUM: mux-h2: Reset padlen when several frames are demux
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 10:24:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Reference in New Issue
Block a user