File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
#include <aws/http/connection_manager.h>
17
17
18
- #include <aws/common/atomics.h>
19
- #include <aws/common/hash_table.h>
20
- #include <aws/common/linked_list.h>
21
- #include <aws/common/mutex.h>
22
18
#include <aws/http/connection.h>
23
19
#include <aws/http/private/connection_manager_system_vtable.h>
24
20
#include <aws/http/private/http_impl.h>
25
21
#include <aws/http/private/proxy_impl.h>
22
+
26
23
#include <aws/io/channel_bootstrap.h>
27
24
#include <aws/io/logging.h>
28
25
#include <aws/io/socket.h>
29
26
#include <aws/io/tls_channel_handler.h>
30
27
28
+ #include <aws/common/atomics.h>
29
+ #include <aws/common/hash_table.h>
30
+ #include <aws/common/linked_list.h>
31
+ #include <aws/common/mutex.h>
32
+ #include <aws/common/string.h>
33
+
31
34
/*
32
35
* System vtable to use under normal circumstances
33
36
*/
Original file line number Diff line number Diff line change 18
18
#include <aws/http/private/connection_impl.h>
19
19
#include <aws/http/private/h1_stream.h>
20
20
#include <aws/http/private/proxy_impl.h>
21
+
21
22
#include <aws/io/uri.h>
23
+
24
+ #include <aws/common/string.h>
25
+
22
26
#include <aws/testing/aws_test_harness.h>
23
27
#include <aws/testing/io_testing_channel.h>
24
28
You can’t perform that action at this time.
0 commit comments