Browse Source

Reference graceful shutdown golang issue

Apparently stdlib support will be in Go 1.3. Yay!
Carl Jackson 12 years ago
parent
commit
f8244ffe66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      graceful/graceful.go

+ 1
- 1
graceful/graceful.go View File

@ -11,7 +11,7 @@ by carefully reading the sequence of function calls net/http happened to use as
of this writing and finding enough surface area with which to add appropriate
behavior. There's a very good chance that this package will cease to work in
future versions of Go, but with any luck the standard library will add support
of its own by then.
of its own by then (https://code.google.com/p/go/issues/detail?id=4674).
If you're interested in figuring out how this package works, we suggest you read
the documentation for WrapConn() and net.go.


Loading…
Cancel
Save