commit | 60935149334bf61d61cfbbbc30194733ba312008 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 16 18:11:19 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:18 2017 +0100 |
tree | df5db8fb051509276cf8b7ee710b94d3d95d459d | |
parent | 61290ec774b311edad0285b90fab979a420d252c [diff] |
MEDIUM: h2: partial implementation of h2_detach() This does the very minimum required to release a stream and/or a connection upon the stream's request. The only thing is that it doesn't kill the connection unless it's already closed or in error or the stream ID reached the one specified in GOAWAY frame. We're supposed to arm a timer to close after some idle timeout but it's not done.