Violeta Georgieva
Violeta Georgieva
@rstoyanchev We've already changed once the log level from `ERROR` to `WARN` https://github.com/reactor/reactor-netty/issues/582
@Aliaksie I'm gonna work on this one.
@fokion I need to take a look first at Netty HTTP3 codec. I haven't had time to think about a possible implementation. I'll try to find time next week to...
@fokion @pderop Some very rough POC. Tell me what you think. https://github.com/reactor/reactor-netty/tree/http3-server
This is superseded by #3176
We need to address the `TODO` around removing listener
@jordillachmrf Can you elaborate more about the desired solution? You know the destination URI as this is something the the one that uses the `HttpClient` provides. Based on this you...
@jordillachmrf I'm gonna add this to the general backlog. For the time being please use the described solution in my previous comment. The team will discuss when and how this...
@longkunbetter We are not working on this one. I marked this with `help wanted` if somebody wants to work on this.
@punitdarira Do you want to provide a PR? If yes - some rough idea is to plug the implementation in `reactor.netty.http.client.HttpClientConnect.MonoHttpConnect#subscribe`, in addition to something like what we have for...