This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 311
Request aborted #335
Closed
Closed
Request aborted #335
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
56653a5
Updating NuGet.config
pranavkm ad7b030
Updating json files to pin versions and build.cmd to pin KoreBuild an…
pranavkm e7ade98
Add support to cancel HttpContext.RequestAborted by disposing HttpRes…
tmds 2cd343e
Implement PipelineCompleteAsync and fix implementation to pass Client…
tmds 96972bd
Updating NuGet.config
pranavkm a1743cc
Updating json files to pin versions and build.cmd to pin KoreBuild an…
pranavkm a12863a
Add support to cancel HttpContext.RequestAborted by disposing HttpRes…
tmds ba46918
Implement PipelineCompleteAsync and fix implementation to pass Client…
tmds 9afb17e
Update project.json files to match dev
tmds 12d7182
bugfix, assign _pipelinefinished otherwise requestAborted is always c…
tmds 19a9b86
remove project.lock.json files
tmds fad9dc9
Merge branch 'request_aborted' of https://github.com/tmds/Hosting int…
tmds 17535b8
match dev branch
tmds 696c905
Remove PipelineCompleteAsync
tmds 677a7cb
Remove PipelineCompleteAsync cont.
tmds 72906a9
RequestState can be private again
tmds e88c503
Code cleanup: reorder usings
tmds fc4c331
Add ClientCancellationAbortsRequest test, use ThrowsAnyAsync as a der…
tmds cfd11dc
Code cleanup: remove CancellationToken from RequestState
tmds 9be8be3
ClientCancellationAbortsRequest: Cancel after 500ms
tmds f4bcdb9
Code cleanup: revert method names
tmds 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 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 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 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.
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.
Please go back to
*
, we're working on beta8 now.