-
Notifications
You must be signed in to change notification settings - Fork 49
Apple Network Framework Support #502
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
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
06d58b8
setup ci test for dispatch queue
xiazhvera 3479012
kick ci
xiazhvera e86a7cb
WIP: test async listen
xiazhvera bd7fb0f
use async listen for apple
xiazhvera c4252cf
use platform default socket impl
xiazhvera 8c97197
improve error handle
xiazhvera 9123237
disable sanitizer
xiazhvera b6df45b
test with a http site
xiazhvera 92cd411
add evil print all decoded data
xiazhvera 60e7cdb
more prints for the error line
xiazhvera c486316
more prints
xiazhvera d7efa17
print more
xiazhvera 233e258
more prints for set_line/state
xiazhvera aac4b01
prints
xiazhvera ba8a7e2
test on different macos os version
xiazhvera 2db9954
revert test
xiazhvera 75567b3
try h2 with plain
xiazhvera 32e6e21
try non-tls test
xiazhvera 31e5b07
revert unit test
xiazhvera 7cdb573
use s3 plain test
xiazhvera 7689c3b
revert unit test
xiazhvera 891f500
test against static stspn
xiazhvera a26c527
test with a 200m file
xiazhvera 71d071d
200m is too large, try 134m
xiazhvera 0e4fac8
revert the test again
xiazhvera a2077ed
forgot to revert the tls option
xiazhvera 4341fed
cleanup testing prints
xiazhvera 42bf9bd
update ci runner
xiazhvera 62cd703
kick ci
xiazhvera 199ccc8
Merge branch 'nw_socket' of github.com:awslabs/aws-c-http into nw_soc…
xiazhvera 5a7f7c5
remove aws_server_bootstrap_new_socket_listener_async
xiazhvera 629c838
handle listener setup error
xiazhvera 8fe08ac
clang-format
xiazhvera a41e7a1
Merge branch 'main' into nw_socket
xiazhvera 85bd1c6
update to use future
xiazhvera 70a9bae
Merge branch 'nw_socket' of github.com:awslabs/aws-c-http into nw_socket
xiazhvera 91712b3
Merge branch 'main' into nw_socket
xiazhvera acf0f5c
kick ci for codebuild
xiazhvera 2c2c491
code review update
xiazhvera d047ebe
clean up server socket
xiazhvera 957e9f5
remove unnecessary validation
xiazhvera 1594c97
remove mutex flag
xiazhvera 4e59081
remove space
xiazhvera bee341b
Update source/connection.c
xiazhvera b46458e
Merge branch 'main' into nw_socket
xiazhvera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
in this path,
aws_raise_error()is never called, so the aws_http_server_new() is going to return NULL, but if the user calls aws_last_error() to find out why they'll get 0 or whatever stale old error was on the stack