-
Notifications
You must be signed in to change notification settings - Fork 49
Ping frame for H2 #205
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
Merged
Ping frame for H2 #205
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ce9f7ef
revamp encoder API (wip)
graebm 525a0b7
hpack pre-encode cmd.
graebm db65d0c
simplify decoder state machine loop
graebm d65ed7b
hpack encoding expands output buffer
graebm 4ac13c3
Revamp HEADERS/PUSH_PROMISE/DATA frames
graebm 2171e90
all tests passing again
graebm fa207f3
Exposed options for toggling read back pressure behavior, updated to …
JonathanHenson 041ab77
Fix bug when new request has same memory address as old request. (#195)
graebm db6778c
Enabled compilation on VS 2015 (#196)
dd7a615
Fix proxies connect and tests (#198)
JonathanHenson 7e420f6
Merge branch 'master' into encoder-revamp
graebm e1de8aa
Fix fuzz tests
graebm f862003
Merge branch 'master' into encoder-revamp
graebm 281ac17
clang-format
graebm 7073245
tweaks
graebm 57fb1c8
tweaks
graebm 6b7ae83
Simplify how most frames are encoded:
graebm 1413e1a
THANK YOU MSVC COMPILER WARNING YOU SAVED MY ASS
graebm 3a048e7
replaced lots of AWS_ERROR_SHORT_BUFFER error-handling with asserts. …
graebm 2a987a9
compiler warning
graebm 1fb8fba
insert ping ACK to the front of the queue
TingDaoK 0ab1b80
Merge branch 'encoder-revamp' of https://github.com/awslabs/aws-c-htt…
TingDaoK 618d038
auto send ping ack frame back
TingDaoK 9c3140b
Merge branch 'master' of https://github.com/awslabs/aws-c-http into p…
TingDaoK a53f0cb
h2_test_helper.h
graebm 3bbc224
merge with master
TingDaoK 6e46d9c
test_h2_client.c is using fake peer
graebm 37e386a
test_for_ping_ack
TingDaoK 1f62b81
more h2_fake_peer functionality
graebm 8c9bd17
msvc warning
graebm 8c86231
delete the message
TingDaoK 30acbe3
prototype function
TingDaoK 66c58d3
Merge branch 'h2-test-helper' into ping_frame
TingDaoK b2ad8a3
tiny changes for making the code clear
TingDaoK 9eb6225
clang format
TingDaoK 9fa2ee0
Stop just the reading direction.
TingDaoK 0256574
merge with master
TingDaoK 41ee085
error check&udpate read window
TingDaoK 587a8f6
move comments
TingDaoK c8d7160
remove redundant connection id and style change
TingDaoK 09e0d31
LOGF->LOG
TingDaoK 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.