]> Cypherpunks repositories - gostls13.git/commit
net: parser should handle EOF without newline properly.
authorChristopher Wedgwood <cw@f00f.org>
Thu, 29 Apr 2010 18:01:21 +0000 (11:01 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 29 Apr 2010 18:01:21 +0000 (11:01 -0700)
commitbe9f6344a774e2edc2bb931194273cf1adcd587f
tree2d48d65a04623dd30de29287ef48b557b8f52e67
parent39f009cb8eaf261d4ecbe706e55b9bf0c0efe6dd
net: parser should handle EOF without newline properly.

Fixes #686.

R=rsc
CC=adg, golang-dev
https://golang.org/cl/979044
src/pkg/net/parse.go