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
Changed url to yandex.ru and now it works fine, perhaps it happened due blocks, but still I don't understand why this method didn't fail or output something.
What version of Go are you using (
go version
)?go version go1.10.1 linux/amd64
What operating system and processor architecture are you using (
go env
)?Linux amk 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64 GNU/Linux
What did you do?
I made and run this script via
go run test.go
:What did you expect to see?
All requests to be performed.
In standard output something like this:
OR panic (some messages via stderr)
What did you see instead?
None requests were performed, no output except first line.
In standard output:
In debugger (vscode + delve) it hangs on line 171 of
client.go
:Here
c
is defined andc.Jar
isnil
.Additional
I tested it against
http
without ssl and it works fine.The text was updated successfully, but these errors were encountered: