vapor / http

🚀 Non-blocking, event-driven HTTP built on Swift NIO.
MIT License
238 stars 65 forks source link

Engine 3 URI not working correctly #190

Closed 0xTim closed 6 years ago

0xTim commented 6 years ago

Hitting an issue with the URI, unsure if it is the description or initialiser that is causing the problem. Basically create a URI with:

let uri = URI(scheme: "https", hostname: "geeks.brokenhands.io", path: "/blog/")

If I then get uri.description it returns httpsgeeks:// which is obviously wrong!

Joannis commented 6 years ago

Fixed in #182