Manuel Meitinger
Manuel Meitinger
> ``` > Unable to establish TLS connection with server (The remote server does not speak TLS.). Trying to establish TLS with client anyway. > ``` This might be due...
Since this error might occur outside of the test as well, I totally agree that it should be dealt with in a general way. Maybe instead of swallowing the exception,...
> Depends on the definition of "in sync", the UI would basically hide a listener. What I would love to see is each mode having a state. So that the...
> #### Startup Hook > I'm not sure if there's much of a use case outside of the proxyserver addon? Or differently, is there a plausible scenario why an addon...
The following has now been implemented: - fix #5376 - ensure other startup errors are catched by `ErrorCheck` before `running` as well - allow `ServiceInstance` to report its state, independently...
This behavior is (currently) more or less by design, as removing a mode = stopping a server instance = closing the socket + wait on transport, but not cancelling all...
> Do we have any evidence of this being a problem? My understanding is that binding and closing sockets is quick pretty much all the time. Most of the comment...
> Do we have any concrete examples where shutdown even fails? If not I think it's mostly an academic question and we shouldn't add any additional complexity for it. Giving...
> What's the reason for making `read()` return the address as well? This is needed to support roaming: The proxyserver ID for QUIC connections is comprised of the QUIC connection...
One of the remaining question is, how do we implement H3 to H2/1 and vice versa? I've had a look into doing this automatically, but this might not be what...