commit | 599391a7c24732ba5e5b36083bb937fdbf182115 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 24 10:16:00 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 10:16:00 2017 +0100 |
tree | e6b4d9ef7f84be119cdea1f5add258bac1a464b5 | |
parent | a76e4c21839cafd036fbe755416569206502c1d9 [diff] |
MINOR: h2: make use of client-fin timeout after GOAWAY At the moment, the "client" timeout is used on an HTTP/2 connection once it's idle with no active stream. With this patch, this timeout is replaced by client-fin once a GOAWAY frame is sent. This closely matches what is done on HTTP/1 since the principle is the same, as it indicates a willing ness to quickly close a connection on which we don't expect to see anything anymore.