braintree / manners

A polite Go HTTP server that shuts down gracefully.
MIT License
997 stars 103 forks source link

Multiple calls to Close will panic #24

Closed alotabits closed 9 years ago

alotabits commented 9 years ago

It's probably worth noting in the documentation that, for the non-backwards-compat branch, more than one call to Close will panic.

lionelbarrow commented 9 years ago

@FiloSottile fixed this with https://github.com/braintree/manners/pull/29.