braintree / manners

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

manners doesn't set http.Request.TLS #28

Closed FiloSottile closed 9 years ago

FiloSottile commented 9 years ago

When using manners.NewWithServer, r.TLS is nil

lionelbarrow commented 9 years ago

Fixed with https://github.com/braintree/manners/pull/29. Thanks again.