Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Network Framework Socket Changes #662
base: grand_dispatch_queue
Are you sure you want to change the base?
Apple Network Framework Socket Changes #662
Changes from all commits
14a3386
9715a3e
b830a86
cccbda2
caac9a5
eb59ff1
8a794de
553d45f
cf610e9
07bac64
dd1fbf2
2fd514c
2a0da42
9cc6620
e3281ee
43fd436
1c1cd02
88f6de3
cf53cc6
a7ab224
62fd06d
cbb8c42
4ce33ee
29ab896
f9cd5d0
2e55d2d
6938bc3
4658492
ef8d53f
731ba49
bac8b07
429bf26
2282f8f
8e7b351
54e58e9
b01b510
5b5a953
b7f13df
b325809
86b4343
9471d05
789d446
33aa640
68fa441
a47fd44
b4cd993
d071082
dd33861
f950453
c188594
6a1c03a
871ae9b
a0be9d2
32728ba
9e8015c
3350e6c
2592e47
f8024d2
0e24c22
40b6b81
81992ba
e89119a
776977e
2aafe5f
ada3e09
fbe538f
86f3b2d
72b51a0
69c22b4
1b79cbd
e613e5d
28b7546
351c682
f24d637
0d69dd7
c408e30
145e7d7
3a4eaca
35934d3
11d0f84
8320127
652195b
1637a88
658463a
d0dddda
31fd471
d784f96
d880859
6b9a05b
630d0bb
1dc7c7d
0b7ba13
e9576c0
9b8fb15
535d92b
95464ab
a5094d2
4992f4e
0588e5c
c094abf
96c3c71
d114817
84b3299
c65daa0
a457935
967379a
0397c14
aabba3c
5f95766
e9e5ee3
cff2fd1
dbeb628
44bb099
d960c5a
a4c1468
b98c09a
03eb5a1
7e709cc
b1fcf8d
9733a56
9fc5d4a
d0b3143
1f9b1ef
c8484df
1fa11ed
b3cc904
4becc61
b79b9a3
2c54a76
5e24039
19cd3c1
fe95355
73f701a
7bb9d06
96e8643
7590685
7809d15
cdfab7e
43ee31f
c4d7096
36bf219
8709bb2
1f4def1
f641e4e
e6fcc3c
439b5ef
1dfd6fa
3fc15b3
8ed037c
de14a43
35f94d9
369eb0b
8c4bdba
be1c90e
acd6659
07c46bd
79e8b0e
e258edc
b5098c0
0ad1471
a25c892
0c2face
6aa2ee9
469615f
f661727
a49b771
2627d1c
8d66c7f
7d7fc09
9bb0a1e
cd41c8f
4c2a4d1
f81423f
d49533c
bd91776
e837f77
6a95f72
5fe71c6
8dc88fd
83981c3
7dec84e
bdcd5ee
b5a0e85
2d312da
6043ce4
2f7eec7
043b468
5ebcf77
17d2190
4b1a553
b86e381
098b1bd
c973549
0368bd9
304f588
214913a
031a0e0
fbcafd8
f4e37dc
438ba0c
ca6cce2
a86220d
166a6c2
d54729a
6e76302
e76ee5e
702989b
7a7389b
c33be54
12454c6
7aa6656
8b6b925
188a462
8a96f05
0c93f4d
ee20b20
21f6177
94e7a5b
1903725
43ce9ea
a7fd767
03c520e
07b2adf
f512314
6bd46ab
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repeating in-person comment: can we look into privatizing APIs that are only used internally by the socket handler? The more we can make private, the better I feel about all the special conditions and terms on the socket APIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
aws_socket_get_default_impl_type
is also used in downstream c-http library to determine if we should wait for async callbacks. Even with a generalize API, we might still need handle socket differently..There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but I'm talking about the entire public API for sockets. How much of it needs to be public?