HTTP/2 client and closed connections

2024-03-12 Thread Jonathan Amir
Hello, I am building an HTTP/2 only client for running multiple requests in parallel. I understand that there is no connection pool internally, rather there is one connection per host. For simplicity, let's say all my requests go to the same host. I have a situation where under stress there are

Re: Websocket client using ReactiveResponseConsumer and ReactiveEntityProducer

2024-03-12 Thread Oleg Kalnichevski
On Tue, 2024-03-12 at 10:32 -0400, Sneha Murganoor wrote: > Hi, > > I am writing a websocket client with APIs ReactiveResponseConsumer > and > ReactiveEntityProducer. Once the websocket server completes the > handshake > by upgrading connection and returning 101. We do get Http status code > and

Websocket client using ReactiveResponseConsumer and ReactiveEntityProducer

2024-03-12 Thread Sneha Murganoor
Hi, I am writing a websocket client with APIs ReactiveResponseConsumer and ReactiveEntityProducer. Once the websocket server completes the handshake by upgrading connection and returning 101. We do get Http status code and headers after the handshake completes. But not Publisher. So we get