Safe construction#37
Merged
normanmaurer merged 1 commit intonetty:masterfrom Nov 3, 2011
normanmaurer:master
Merged
Conversation
based on the code of the following pull request: #18 It just make it apply again to current master
normanmaurer
added a commit
that referenced
this pull request
Nov 3, 2011
Safe construction via factory method
chrisvest
pushed a commit
to chrisvest/netty
that referenced
this pull request
Apr 2, 2025
Motivation: We should set MACOSX_DEPLOYMENT_TARGET when we compile on macos to ensure while we compile on version X it can still be used by version Y. Modifications: - Adjust build configuration to use MACOSX_DEPLOYMENT_TARGET=10.12 (this is the minimum for quiche) when compiling on macos Result: Be able to use library on older macos versions as well
chrisvest
pushed a commit
to chrisvest/netty
that referenced
this pull request
Apr 18, 2025
Motivation: Lets add Http3ClientConnectionHandler as a start for client side support Modifications: - Add Http3ClientConnectionHandler and implement handling for bi-directional streams as defined by the RFC - Change Http3ConnectionHandler to be more useful for the client and server as base class. - Adjust Http3ServerConnectionHandler for the changes made in Http3ConnectionHandler. Result: Start to implement client side support
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
based on the code of the following pull request:
#18
It just make it apply again to current master