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
@klizhentas Just came here to post this issue, and saw it was put up for discussion a few months ago. Any thoughts on not erasing URL.RawQuery on this line? As you mention, it breaks URL.Query().
In addition, overwriting URL.Opaque in line 303 of httploc seems to mess with URL.Host (and thus URL.String()). Could be specific to my setup, but printing URL.String() after Opaque is overwritten prints with a blank host.
We erase request.RequestURI in favor of Opaque data, but this makes access to URL.Query() impossible as it returns empty results.
The text was updated successfully, but these errors were encountered: