Commit 6c98b24
authored
ConnectionManager HTTP/2 updates (#360)
- Fix a bug about goaway received. Not release a connection that's in used.
- Don't vend connection to user until the settings done. To help user knows that the connection is really ready to use.
TODO:
- Does it worth to put tests about http2 stuff here as we also test the stream manager stuff for http2 as the user of connection manager? I think we can just add todo here...1 parent 7e4cace commit 6c98b24
File tree
4 files changed
+244
-113
lines changed- include/aws/http
- private
- source
- tests
4 files changed
+244
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments