Replies: 1 comment
-
Thats exactly how it must be... in HTTP/3 each request / response cycle is a new stream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reuse the StreamChannel Stream? I wanted to make multiple requests using Http3ClientExample, but now every time I make a request, I re-create a StreamChannel using Http3#newRequestStream.
Beta Was this translation helpful? Give feedback.
All reactions