Possible missing truncated response -> TCP retry #2990
MegaManSec
started this conversation in
Potential issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ChangeLog says this: -
Truncated responses are immediately retried over TCP instead of waiting for the client to retry. This reduces the latency for large responses.
but it seems to be missing here -- is it handled somewhere else? I couldn't find checking of.Truncated
, only inplugin_forward.go
andplugin_cache.go
which afaik isn't directly related to this codeBeta Was this translation helpful? Give feedback.
All reactions