Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 125 by senyai: Software caused connection abort
http://code.google.com/p/couchdb-python/issues/detail?id=125
What steps will reproduce the problem?
Any request to couchdb after some period of time
What is the expected output? What do you see instead?
expected: data
instead: socket.error file 'http.py' line 'return conn.getresponse()'
What version of the product are you using? On what operating system?
Windows XP SP3, python 2.5, couchdb version 0.11.0
Please provide any additional information below.
Adding errno.ECONNABORTED in the following line worked for me.
if retries > 0 and ecode in [errno.ECONNRESET, errno.ECONNABORTED,
errno.EPIPE]:
--
You received this message because you are subscribed to the Google Groups "CouchDB-Python" group.
To post to this group, send email to
couchdb...@googlegroups.com.
To unsubscribe from this group, send email to
couchdb-pytho...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/couchdb-python?hl=en.