-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversion of MessageBody to accept Pin in poll_next #1332
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
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e50ed55
add test crashing with segfault according to #1321
dunnock 20a18fb
This is a squashed commit:
dunnock 650caac
Merge branch 'master' into bodystream-1321
dunnock 30959cb
Rollback actix-http-test dependency to show the issue
dunnock c3fce1c
merge with msg-body
dunnock e548e0f
rollback changes to actix-web, awc and test-server for now
dunnock 2271b11
disable weird poll test until actix-web based on actix-http:2
dunnock 82c7703
rollback missed dependencies and CHANGES in crates except actix-http
dunnock c50a574
change actix-http version to alpha
dunnock 99b72a6
remove extra whitespaces and Unpins
dunnock 4135f16
unlink MessageBody from Unpin
dunnock 3851a37
Fix minor grammatical errors (#1341)
levinotik 728b944
Extensions module improvement and tests. (#1297)
zero-systems 6406f56
Fix/suppress warnings
JohnTitor 53ff3ad
More ignore test causes timeout
JohnTitor 63730c1
Merge pull request #1345 from JohnTitor/fix-warnings
JohnTitor 7d40b66
Add some Actions workflows
JohnTitor cde3ae5
Remove Travis config
JohnTitor d32f038
Get rid of one more unsafe
dunnock 8742ae9
refactor dispatcher to avoid possible UB with DispatcherState Pin
dunnock 0ccaf39
Add Unpin to Body to get rid of unsafe in MessageBody
dunnock 05a606b
Fix EncoderBody enum to align with Body::Message
dunnock 8f39df7
Fixed condition for finishing transfer of response
dunnock 4484b3f
Merge pull request #1347 from actix/bye-travis
JohnTitor a1835d6
Disable coverage for PRs
JohnTitor 9b3f724
Merge pull request #1354 from actix/JohnTitor-patch-1
JohnTitor e5f116c
rollback actix-http version change
dunnock 6ab7cfa
Remove descriptions about undefined `uds` feature from docs (#1356)
masnagam b4d837b
trigger retest
dunnock 356b9b4
Merge branch 'master' of https://github.com/actix/actix-web into body…
dunnock d2388a8
use mem::replace instead of mem::take rust 1.40+
dunnock 7371142
point actix-http tests to ./actix-http subdir
dunnock 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
Oops, something went wrong.
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.