Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/http: Http error message #41406

Closed
antichown opened this issue Sep 15, 2020 · 4 comments
Closed

net/http: Http error message #41406

antichown opened this issue Sep 15, 2020 · 4 comments
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

Comments

@antichown
Copy link

antichown commented Sep 15, 2020

What version of Go are you using (go version)?

$ go version
 go version

go version go1.15.2 linux/amd64

Does this issue reproduce with the latest release?

YES

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/linux/.cache/go-build"
GOENV="/home/linux/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/linux/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/linux/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build818678076=/tmp/go-build -gno-record-gcc-switches"

What did you do?

although there is no error message code in the codes to write to the screen, it gives this error

2020/09/15 19:35:22 Unsolicited response received on idle HTTP channel starting with "\r\n"; err=
2020/09/15 19:35:24 Unsolicited response received on idle HTTP channel starting with "\r\n"; err=

the software works, but it constantly prints this error

What did you expect to see?

What did you see instead?

@toothrot
Copy link
Contributor

Could you provide an example of the code that produced the error, preferably as a Go playground link?

@toothrot toothrot added 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. labels Sep 15, 2020
@toothrot toothrot added this to the Backlog milestone Sep 15, 2020
@toothrot toothrot changed the title Http error message net/http: Http error message Sep 15, 2020
@antichown
Copy link
Author

testtttt

it is difficult to find which one gives the problem because the site address from txt is too much, but I saw that it gives it on this site by debugging.

as you can see, the error message gives an nil answer, but it gives an error

@AlexanderYastrebov
Copy link
Contributor

Looks like duplicate of #19895

@seankhliao
Copy link
Member

Duplicate of #19895

@seankhliao seankhliao marked this as a duplicate of #19895 Dec 21, 2021
@golang golang locked and limited conversation to collaborators Dec 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

5 participants