Masakazu Kitajo
Masakazu Kitajo
I couldn't check that because my curl, which is pretty new, doesn't support HTTP/2 prior knowledge for proxy. ``` $ curl --http2-prior-knowledge -v -x http://localhost:8888/ http://foo.example * Trying 127.0.0.1:8888... *...
Like I said on #8199, this change doesn't make sense to me. Just setting a large number to connection window size is effectively removing flow control for a connection. And...
> One benefit of having two district settings is if there are in fact numerous concurrent streams, it is unlikely that one will suck up all the resources before the...
> To make sure I understand you correctly: you prefer that this patch set the window (session) size to the product of max_concurrent_streams_in by initial_window_size_in (the stream window size)? That...
> But given the complexity of implementing that dynamic behavior, I believe our conclusion was to move forward with this separate explicit and static session and stream window configuration. This...
Can you pass -v to the curl command? > Issue: existing code traffic with broken pipe Where did the "broken pipe" come from?
It seems like curl was able to connect to some server. If the IP address and port number are correct, you should see some debug log from traffic server. Can...
I think this is due to lack of half-closed(local) state and also #5675. I agree on excluding common error cases from error rate calculation. However, #8166 looks fragile since it...
API review on dev@ ?
>> API review on dev@ ? > There is not change to the TS API. plugins/xdebug/Cleanup.h → include/tscpp/api/Cleanup.h You are introducing a new cpp api. See discussion on #6197.