net/http2: "http2: stream closed" on medium file #38247
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I used http2 to tunneling connexion between client and server (based on https://github.com/mmatczuk/go-http-tunnel project, with some change like used last version of goland http2). When client is based on aarch64 (I can't reproduce on x86_64 for now) and file to transfert size is medium size (~200ko) connexion is cut and I get "http2: stream closed". It's transfert only about first 129ko.
What did you expect to see?
Transfert file completly
What did you see instead?
Only first 129ko
Maybe it's just a buffer size to tweak for my usage but I'am not sure.
Thank in advance
The text was updated successfully, but these errors were encountered: