Closed GoogleCodeExporter closed 9 years ago
Which browser are you using?
Original comment by a...@golang.org
on 13 Feb 2013 at 10:18
I tried to open web page both in chrome and safari. - It wrote that above.
Original comment by rainbu...@gmail.com
on 14 Feb 2013 at 1:59
Sorry, I missed that part of the original report.
Are you passing any arguments to the gotour binary?
I have just submitted a couple of related changes to the gotour repository.
Would you mind reinstalling with
go get -d code.google.com/p/go-tour/gotour
and trying again?
Thanks
Original comment by a...@golang.org
on 15 Feb 2013 at 3:04
Same happens here with go 1.1
Original comment by ralphrma...@gmail.com
on 15 May 2013 at 8:30
It also still happens after doing
go get -d code.google.com/p/go-tour/gotour
Original comment by ralphrma...@gmail.com
on 15 May 2013 at 8:35
In my case I installed go with the Mac 64 pkg installer.
Original comment by ralphrma...@gmail.com
on 15 May 2013 at 8:35
Still failing .. Has this issue been resolved
Original comment by coni...@gmail.com
on 26 May 2013 at 5:23
No, the issue hasn't been resolved. I will investigate soon.
Original comment by a...@google.com
on 26 May 2013 at 11:21
I have the same problem, installed via the package (ie. no brew).
Original comment by jonathan...@gmail.com
on 28 May 2013 at 12:24
I solved this problem by installing homebrew, and re-installing go via
homebrew, and then running the gotour built from:
go get code.google.com/p/go-tour/gotour
Original comment by jonathan...@gmail.com
on 28 May 2013 at 12:54
I am investigating this now. It is very strange.
The only difference between a freshly built tour binary and the one bundled
with go1.1, is that the latter sends this header line when the websocket
connection is opened:
Sec-WebSocket-Protocol:
Yep, that's an empty protocol line. The fresh built binary does not send this
line at all. I'm trying to figure out why this is different.
Original comment by a...@google.com
on 28 May 2013 at 1:17
Original comment by a...@golang.org
on 28 May 2013 at 1:17
Aha, looks like it is this bug. I'll have to re-build the binary distributions
to fix this issue.
https://code.google.com/p/go/source/detail?r=78ad7f42aa2e546da67de466e9ae91f358478568&repo=net
Original comment by a...@golang.org
on 28 May 2013 at 1:21
Go 1.1.1 is due to come out next week. The fixed version of the tour will be
included. Marking as fixed. Please re-open if the problem persists after the
1.1.1 release.
Original comment by a...@golang.org
on 6 Jun 2013 at 12:01
Original issue reported on code.google.com by
rainbu...@gmail.com
on 13 Feb 2013 at 7:23