braintree / manners

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

Use http.DefaultServeMux as default handler #48

Open grazzini opened 7 years ago

grazzini commented 7 years ago

Fix for #47 - makes ListenAndServe et al drop-in replacements for the corresponding methods in net/http.

(Also fixes #39, and makes #40 unnecessary.)