Skip to content

Conversation

StefanBratanov
Copy link
Collaborator

@StefanBratanov StefanBratanov commented Jun 10, 2025

Copy link
Contributor

@zilm13 zilm13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

val pipeline = ch.pipeline()

pipeline.addLast(HttpClientCodec())
pipeline.addLast(HttpObjectAggregator(65536))
pipeline.addLast(WebSocketClientCompressionHandler.INSTANCE)
pipeline.addLast(WebSocketClientCompressionHandler(0))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it safe to give ulimited buffer here and in WebSocketServerInitializer.kt?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This retains the same behaviour as before, so decided to not touch it, not sure entirely how safe it is.

@StefanBratanov StefanBratanov merged commit 33ffc1a into libp2p:develop Aug 28, 2025
2 checks passed
@StefanBratanov StefanBratanov deleted the netty_core_quic branch August 28, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants