Skip to content

Added boolean methods to ChannelBuffer in 3.2#48

Closed
CruzBishop wants to merge 1 commit intonetty:3.2from
CruzBishop:3.2-channelbuffer-boolean
Closed

Added boolean methods to ChannelBuffer in 3.2#48
CruzBishop wants to merge 1 commit intonetty:3.2from
CruzBishop:3.2-channelbuffer-boolean

Conversation

@CruzBishop
Copy link
Copy Markdown
Contributor

Same as #46

"Adds getBoolean(index), readBoolean(), writeBoolean(value), and setBoolean(index, value) to ChannelBuffer
Added the corresponding boundary tests
Fixed a few spacing issues, nothing big"

@normanmaurer
Copy link
Copy Markdown
Member

this breaks the api so it will not go in 3.2 , sorry.

@CruzBishop
Copy link
Copy Markdown
Contributor Author

That's fine, it's already in 4.0 alpha 1, so I did this up quickly to see if it would fit in 3.2

chrisvest pushed a commit to chrisvest/netty that referenced this pull request Apr 2, 2025
…etty#48)

Motivation:

`quiche::connect` function takes an option `server_name` argument for peer's certificate verification. Previously was always set to NULL.

Modifications:

* Defines `QuicChannelConfig` to be used instead of default with additional `QUIC_PEER_CERT_SERVER_NAME` option
* When creating Quiche connection, uses `server_name` set into the config (if any)


Result:

Full coverage for `quiche::connect` arguments, fixes netty#16

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants