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
#143 caused failures in Kitura due to invalid url formed using incorrect components _urlComponents?.path = _urlString
In this _urlString is the uri string from requestHead containing both path and percent encoded query. Hence it has to be split and assigned to path and percentEncodedQuery of the URLComponents respectively.
Kitura tests fail with the changes related to #143
We need to do the following:
I've reverted #143 using #153
The text was updated successfully, but these errors were encountered: