File tree
13 files changed
+19
-19
lines changed- crt
- source
13 files changed
+19
-19
lines changedSubmodule aws-c-event-stream updated 6 files
Submodule aws-c-http updated 20 files
- bin/elasticurl/main.c+1-1
- include/aws/http/connection.h+1-1
- include/aws/http/connection_manager.h+1-1
- include/aws/http/http2_stream_manager.h+1-1
- include/aws/http/private/proxy_impl.h+2-2
- include/aws/http/proxy.h+1-1
- include/aws/http/request_response.h+4-3
- include/aws/http/websocket.h+1-1
- source/connection.c+6-6
- source/connection_manager.c+1-1
- source/h2_connection.c+1-1
- source/proxy_connection.c+1-1
- source/websocket_bootstrap.c+1-1
- tests/proxy_test_helper.c+3-3
- tests/proxy_test_helper.h+4-4
- tests/test_connection_manager.c+2-2
- tests/test_h1_client.c+22-6
- tests/test_h2_client.c+29-4
- tests/test_proxy.c+2-2
- tests/test_stream_manager.c+1-1
Submodule aws-c-mqtt updated 11 files
- bin/elastipubsub/main.c+1-1
- bin/elastipubsub5/main.c+1-1
- bin/mqtt5canary/main.c+2-2
- include/aws/mqtt/client.h+1-1
- include/aws/mqtt/private/client_impl.h+1-1
- include/aws/mqtt/private/v5/mqtt5_options_storage.h+1-1
- include/aws/mqtt/v5/mqtt5_client.h+1-1
- source/v5/mqtt5_options_storage.c+10-4
- source/v5/mqtt5_to_mqtt3_adapter.c+1-1
- tests/CMakeLists.txt+1
- tests/v5/mqtt5_operation_validation_failure_tests.c+7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments