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
If the connection to the given url is hanging, the httpClient should timeout.
Ideally the desired timeout could be an argument with a reasonable default
Actual behavior
the connection hangs
Steps to reproduce the behavior
find a url with really slow network and try parsing it.
Expected behavior
If the connection to the given url is hanging, the httpClient should timeout.
Ideally the desired timeout could be an argument with a reasonable default
Actual behavior
the connection hangs
Steps to reproduce the behavior
find a url with really slow network and try parsing it.
Note: Please include any links to problem feeds, or the feed content itself!
the link that hung for me was http://rss.shanghaidaily.com/Portal/mainSite/Handler.ashx?i=7
the function that's hanging for me is ParseURL in parser.go
The text was updated successfully, but these errors were encountered: