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
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
This looks like the code out of the 'master' branch. The 'develop' branch has changed this a bit, to use NSURLComponents for the url pieces. It seems to behave correctly for the path segment of your url. You may want to try running the 'develop' branch code for this issue, and possibly your others. In the meantime, I'll merge 'develop' into 'master' and create a new release but it may take a few weeks.
I try to use CocoaSPDY visit our SPDY Proxy Server in my QQ Browser,meet a bug:
Visit http://m.sohu.com/n/452167131/?wscrid=15084_2,get a 301 redirect,the reason is that we have a error path:'/n/452167131?wscrid=15084_2',lost '/' when we use 'url.path'.
The text was updated successfully, but these errors were encountered: