]> Cypherpunks repositories - gostls13.git/commit
net/http: document that [ListenAnd]Serve always returns a non-nil error
authorAndrew Gerrand <adg@golang.org>
Thu, 20 Aug 2015 11:56:24 +0000 (11:56 +0000)
committerAndrew Gerrand <adg@golang.org>
Thu, 20 Aug 2015 12:13:41 +0000 (12:13 +0000)
commitb733234856879fa2df787649fce6e46adf7a6663
tree49679da8c235bccc078d2e458c4dc4152e7baf72
parent7c154d973b0c3b52991532d7401ddc91360abb79
net/http: document that [ListenAnd]Serve always returns a non-nil error

Fixes #12229

Change-Id: I243e39f67748e6754fb7726b21b3afc1ff436771
Reviewed-on: https://go-review.googlesource.com/13780
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/server.go
src/net/http/triv.go