Browse Source

Comment formatting nit

Carl Jackson 11 years ago
parent
commit
1af24b8302
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      graceful/serve13.go

+ 3
- 3
graceful/serve13.go View File

@ -41,9 +41,9 @@ func (c connState) Wrap(nc net.Conn, s http.ConnState) {
// there.
//
// I started a golang-nuts thread about this here:
// https://groups.google.com/forum/#!topic/golang-nuts/Xi8yjBGWfCQ I'd
// be very eager to find a better way to do this, so reach out to me if
// you have any ideas.
// https://groups.google.com/forum/#!topic/golang-nuts/Xi8yjBGWfCQ
// I'd be very eager to find a better way to do this, so reach out to me
// if you have any ideas.
switch s {
case http.StateIdle:
if err := listener.MarkIdle(nc); err != nil {


Loading…
Cancel
Save