File tree
3 files changed
+28
-1
lines changed- crt
- include/aws/crt/http
- source/http
3 files changed
+28
-1
lines changedSubmodule aws-c-http updated 17 files
- bin/elasticurl/main.c+160-2
- include/aws/http/private/h1_encoder.h+20-1
- include/aws/http/private/h1_stream.h+36
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+80-25
- source/h1_connection.c+6-3
- source/h1_encoder.c+174-7
- source/h1_stream.c+165-2
- source/h2_stream.c+6-5
- source/proxy_connection.c-12
- source/request_response.c+13-2
- tests/CMakeLists.txt+15
- tests/stream_test_helper.c+1
- tests/stream_test_helper.h+1
- tests/test_h1_client.c+539-1
- tests/test_h1_encoder.c+12-6
- tests/test_h2_client.c+108
| 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 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
216 | 222 | | |
217 | 223 | | |
218 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
219 | 230 | | |
220 | 231 | | |
221 | 232 | | |
| |||
| 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 | + | |
364 | 380 | | |
365 | 381 | | |
366 | 382 | | |
| |||
0 commit comments