gocurl icon indicating copy to clipboard operation
gocurl copied to clipboard

panic when the server sends GOAWAY

Open ameshkov opened this issue 2 years ago • 0 comments

panic: http2: server sent GOAWAY and closed the connection; LastStreamID=2147483647, ErrCode=unknown error code 0x64, debug=""

goroutine 1 [running]:
github.com/ameshkov/gocurl/internal/output.(*Output).Write(0x1400000e660, 0x1400021c000?, 0x104c9e801?)
	github.com/ameshkov/gocurl/internal/output/output.go:66 +0xfc
github.com/ameshkov/gocurl/internal/cmd.Main()
	github.com/ameshkov/gocurl/internal/cmd/cmd.go:83 +0x3f0
main.main()
	github.com/ameshkov/gocurl/main.go:7 +0x1c

ameshkov avatar Oct 16 '23 06:10 ameshkov