1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:14:40 -07:00
go/go
Dmitri Shuralyov c10e262955 go/vcs: fix bug in remote package discovery
The parser was assuming it would find <body> or </head>.
If the entire response is just <meta> tags, it finds EOF and
treats that as an error. It's not.

This is the same change as in https://golang.org/cl/68520044.

Fixes #9556.

Change-Id: If51ed36e7364c15788311039caf8323eb5fe9a6c
Reviewed-on: https://go-review.googlesource.com/2650
Reviewed-by: Minux Ma <minux@golang.org>
2015-01-10 08:10:09 +00:00
..
buildutil tools: add import comments. 2014-12-09 22:42:16 +00:00
callgraph tools: add import comments. 2014-12-09 22:42:16 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter tools: add import comments. 2014-12-09 22:42:16 +00:00
gcimporter tools: add import comments. 2014-12-09 22:42:16 +00:00
importer tools: add import comments. 2014-12-09 22:42:16 +00:00
loader all: address vet reports 2014-12-29 06:08:34 +00:00
pointer go/types: modify Eval, EvalNode to return a TypeAndValue 2014-12-30 17:21:45 +00:00
ssa go/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
types go/types: revert gofmt -s change to permit building with 1.3 2015-01-08 20:27:41 +00:00
vcs go/vcs: fix bug in remote package discovery 2015-01-10 08:10:09 +00:00