Susan Hinrichs
Susan Hinrichs
Hmm. I'd be open to a solution that dynamically changes the initial window size based on the number of open streams. I would be concerned that fiddling the setting that...
Right, the switch threads should not happen. Could maybe change this check to an assert. The switching logic was added earlier as we were debugging some threading problems. The migration...
I'm a bit confused. It is crashing the openclose_h2 autest? Or if you include the ssntxnorder_verify.so test plugin and run h2load against it it will crash eventually? I assume the...
Applying this patch make background_fill test pass in my ubuntu22 environment
I'm curious why the stderr error output changes so dramatically. E.g., why a purge return in one but not the other.
It should work in the server side as well as I recall. It definitely should work in the client side case. Yahoo has a plugin that uses these calls. You...
@ywkaras could you make a test plugin that exercises the paths used by the Yahoo plugin? Then folks outside of Yahoo could help you debug. And we could make sure...
I don't think certifier will trigger on the connect method. The actual TLS handshake will be between origin server and client, not client and proxy. You need the TLS connection...