nickesk / pyactiveresource

Automatically exported from code.google.com/p/pyactiveresource
Other
0 stars 0 forks source link

Open error handling defect #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set a connection more than 5 secs towards a legitimate url.
2. system throws URLError.

What is the expected output? What do you see instead?
it should retrieve the content from url but since the socket connection
timed out, exception get caught and throws URLError.

What version of the product are you using? On what operating system?
Linux

Please provide any additional information below.
Define a TimeoutError to handle timeout exceptions would be better.

Original issue reported on code.google.com by i3dmas...@gmail.com on 28 Aug 2008 at 10:44

GoogleCodeExporter commented 9 years ago
URLErrors are now caught and reraised as connection.Error objects.

Original comment by mark.r.r...@gmail.com on 19 Apr 2012 at 3:13