Commit 4b8546f
File tree
3 files changed
+60
-1
lines changed- crt
- include/aws/crt/http
- source/http
3 files changed
+60
-1
lines changedSubmodule aws-c-http updated 24 files
- .github/workflows/ci.yml+6-5
- bin/elasticurl/main.c+160-2
- include/aws/http/http.h+1
- include/aws/http/http2_stream_manager.h+10-2
- include/aws/http/private/h1_encoder.h+20-1
- include/aws/http/private/h1_stream.h+30
- include/aws/http/private/h2_stream.h+1
- include/aws/http/private/http2_stream_manager_impl.h+32-8
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+129-25
- source/h1_connection.c+16-4
- source/h1_encoder.c+184-8
- source/h1_stream.c+177-2
- source/h2_stream.c+11-5
- source/http.c+3
- source/http2_stream_manager.c+112-13
- source/request_response.c+17-2
- tests/CMakeLists.txt+24
- tests/stream_test_helper.c+8
- tests/stream_test_helper.h+6
- tests/test_h1_client.c+595-1
- tests/test_h1_encoder.c+12-6
- tests/test_h2_client.c+348-2
- tests/test_stream_manager.c+147-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
121 | 143 | | |
122 | 144 | | |
123 | 145 | | |
| |||
191 | 213 | | |
192 | 214 | | |
193 | 215 | | |
| 216 | + | |
| 217 | + | |
194 | 218 | | |
195 | 219 | | |
196 | 220 | | |
| |||
216 | 240 | | |
217 | 241 | | |
218 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
219 | 248 | | |
220 | 249 | | |
221 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
364 | 394 | | |
365 | 395 | | |
366 | 396 | | |
| |||
0 commit comments