You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a possible hypothesis and fix for this problem. I want to test it with Kitura-CouchDB, SwiftMetrics and Kitura-Sample before creating a pull request here.
The use of URLComponents to build the URL in HTTPServerRequest.urlURL seems to be sending us into a spiral of problems. I'm planning to do away with URLComponents and fallback to building a URL string instead, something that we did in the past.
When switching from KituraNet to Kitura-NIO URLs errors occur with spaces in query parameters.
A URL such as
http://www.something.com/hi/there?parameter=Hi%20There
will either throw an exception (SwiftMetrics):OR have a Router error without Swift Metrics:
The text was updated successfully, but these errors were encountered: