Closed ghost closed 9 years ago
This can be simplified to just use default-features=false on iron. The hyper dependency isn't required, and neither is the ssl feature.
Also can we do this on every single iron middleware? I've been wanting to do it for months now... Or alternatively keep SSL off by default in iron.
@AerialX is right, we actually only need default-features=false for iron. I agree that we should do this for all middleware.
@AerialX I went ahead and changed it. Previously I had it that way, but Travis CI said the build failed. See 8157093
@reem k, a million PRs incoming. Please do make new releases to crates.io when they're merged :stuck_out_tongue_closed_eyes:
Thank you!
See https://github.com/iron/iron/issues/399