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
Listening [0.0.0.0:1010]...
2021/01/08 19:45:45 http: response.Write on hijacked connection from fmt.Fprintf (print.go:205)
(and no reply)
ps: curl --http2-prior-knowledge -d foo localhost:1010 does work, it's only when upgrading that something happens to the response writer... I think it's because the body is supposed to become bi directional but I haven't figured that out yet
The text was updated successfully, but these errors were encountered:
ldemailly
changed the title
post == error
when doing post to the h2c server: response.Write on hijacked connection
Jan 9, 2021
if you try to post against the server:
you get
(and no reply)
ps:
curl --http2-prior-knowledge -d foo localhost:1010
does work, it's only when upgrading that something happens to the response writer... I think it's because the body is supposed to become bi directional but I haven't figured that out yetThe text was updated successfully, but these errors were encountered: