You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not familiar with the x/net/http2 standard library, and various situations occurred while I was debugging the program.
Unusual frames sequence triggered
When RST interrupts the stream, x/net/http2 interrupts stream processing and caddy should not forward the request.
Is this caused by multi-thread competition?
The text was updated successfully, but these errors were encountered:
Go version
go version go1.22.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
An abnormal flow sequence is sent on caddy.
After RST interrupts the flow, the request is still forwarded.
env golang.org/x/net v0.24.0
Detailed information:
caddyserver/caddy#6265
What did you see happen?
I am not familiar with the x/net/http2 standard library, and various situations occurred while I was debugging the program.
Unusual frames sequence triggered
But the request was forwarded anyway
What did you expect to see?
When RST interrupts the stream, x/net/http2 interrupts stream processing and caddy should not forward the request.
Is this caused by multi-thread competition?
The text was updated successfully, but these errors were encountered: