linkerd2/proxy/tests/support
Sean McArthur 02c6887020
proxy: improve graceful shutdown process (#684)
- The listener is immediately closed on receipt of a shutdown signal.
- All in-progress server connections are now counted, and the process will
  not shutdown until the connection count has dropped to zero.
- In the case of HTTP1, idle connections are closed. In the case of HTTP2,
  the HTTP2 graceful shutdown steps are followed of sending various
  GOAWAYs.
2018-04-10 14:15:37 -07:00
..
client.rs proxy: improve graceful shutdown process (#684) 2018-04-10 14:15:37 -07:00
controller.rs proxy: improve graceful shutdown process (#684) 2018-04-10 14:15:37 -07:00
mod.rs proxy: improve graceful shutdown process (#684) 2018-04-10 14:15:37 -07:00
proxy.rs proxy: improve graceful shutdown process (#684) 2018-04-10 14:15:37 -07:00
server.rs proxy: improve graceful shutdown process (#684) 2018-04-10 14:15:37 -07:00
tcp.rs Enforce that requests are mapped to connections for each Host: header values (#492) 2018-03-06 16:44:14 -08:00