ignore HttpOnly as a cookie name instead of throwing exception#47
Merged
normanmaurer merged 2 commits intonetty:masterfrom Nov 9, 2011
Merged
ignore HttpOnly as a cookie name instead of throwing exception#47normanmaurer merged 2 commits intonetty:masterfrom
normanmaurer merged 2 commits intonetty:masterfrom
Conversation
Member
|
I think it would make more sense to have this configurable via an constructor argument. So what about modify and update the pull request? |
normanmaurer
added a commit
that referenced
this pull request
Nov 9, 2011
ignore HttpOnly as a cookie name instead of throwing exception
Author
|
also merge into 3.2? |
Member
|
Trustin wanted to have a look at if its possible to merge it into 3.2 too. If you can write a patch that can be easily merged to 3.2 then even better ;) Thanks |
Author
|
pull request #50 |
Member
|
Done.. Thanks again |
chrisvest
pushed a commit
to chrisvest/netty
that referenced
this pull request
Apr 2, 2025
Motivation: How the bootstrapping for client side worked was kind of hacky and also brought up some limitations, like how to set different options / attributes etc. This was also true to some extend for the serverside. Modifications: - Move randomGenerator() to Quic class - Rename QuicBuilder to QuicCodecBuilder, rename QuicClientBuilder to QuicClientCodecBuilder, rename QuicServerBuilder to QuicServerCodecBuilder - Introduce QuicChannelBootstrap that can be used to create QuicChannels that can be used for client side - Add ability to set handler / streamHandler, option / streamOption, attr / streamAttr to QuicServerBuilder and QuicChannelBootstrap - Move some logic related to how handlers are added to QuicChannel Result: Cleaner and more consistent API and also fixes netty/netty-incubator-codec-quic#23
chrisvest
pushed a commit
to chrisvest/netty
that referenced
this pull request
Apr 18, 2025
Motivation: We should use latest quic codec version Modifications: Update to 0.0.2.Final Result: Use latest quic codec
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.
No description provided.