-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support upgrades via I/O operations #159
Open
seliopou
wants to merge
8
commits into
master
Choose a base branch
from
upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Apr 27, 2020
-
upgrade: support upgrades via an I/O operation
Add `Reqd.respond_with_upgrade`, which will create response with a with status code 101, and the provided headers. On the next write operation, this response, along with the inspiring request will be provided to the runtime. It is up to the runtime to serialize the resposne and send it on the wire before handing off the socket to an upgrade handler.
Configuration menu - View commit details
-
Copy full SHA for 1094448 - Browse repository at this point
Copy the full SHA 1094448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07429e0 - Browse repository at this point
Copy the full SHA 07429e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dccf46 - Browse repository at this point
Copy the full SHA 1dccf46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a3960 - Browse repository at this point
Copy the full SHA 11a3960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553adab - Browse repository at this point
Copy the full SHA 553adabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b5a20 - Browse repository at this point
Copy the full SHA 65b5a20View commit details -
The future returned by the ugprade handler will dicatate when the fd will be closed.
Configuration menu - View commit details
-
Copy full SHA for 2c86e47 - Browse repository at this point
Copy the full SHA 2c86e47View commit details -
The deferred returned by the ugprade handler will dicatate when the fd will be closed.
Configuration menu - View commit details
-
Copy full SHA for a365c6d - Browse repository at this point
Copy the full SHA a365c6dView commit details
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.