braintree / manners

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

Add support for clean shutdown of idle connections #21

Closed gwatts closed 9 years ago

gwatts commented 10 years ago

Spent some time over the weekend address a few issues with manners and adding more tests.

This first branch/PR maintains a backwards compatible interface with the existing implementation and also:

However I did more work in another branch (#22) that goes further at the expense of backwards compatibility.. I'll open a PR for that one separately so you can take a look.

lionelbarrow commented 9 years ago

This is superseded by the work you did on the new API. Thanks for the contribution though, and I apologize for taking so long to get back to you.