forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Cherry picked relevant chunked transfer encoding commits from master#833
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
deanberris merged 10 commits intocpp-netlib:0.13-releasefromumennel:0.13-chunked-transfer-encodingApr 3, 2018
+159 −63
Merged
Changes from1 commit
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
16f5c9d
Introduced new chunked transfer encoding parser to remove chunk marke…
umennel32cc7a1
Applied new remove chunk markers option to tests.
umennel8bf0742
Nicer formatting
umennel4a059fe
Use strongly typed enum.
umennel1289f48
Clarified and commented expression.
umennel6dbceb2
Removed commented lines.
umennel76b4ebf
Nicer formatting and clean ups
umennele14fe25
Fix compilation errors with VS2015 (#762)
umennelc8048e0
Enable remove_chunk_markers by default. Fix a bug and add a comment.
igorpeshansky1117da4
Removed setting chunk markers option to default value
umennelFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Nicer formatting
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit8bf074204ce373f88031291d25d4544da2a062f8
There are no files selected for viewing
6 changes: 3 additions & 3 deletionsboost/network/protocol/http/client/async_impl.hpp
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
6 changes: 4 additions & 2 deletionsboost/network/protocol/http/client/connection/async_base.hpp
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
24 changes: 14 additions & 10 deletionsboost/network/protocol/http/client/connection/async_normal.hpp
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
6 changes: 3 additions & 3 deletionsboost/network/protocol/http/policies/async_connection.hpp
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.