IOError exceptions are not caught

Bug #882346 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-oops-amqp
Fix Released
Critical
Robert Collins

Bug Description

amqplib raises IOError (not socket.error) on some errors:
 2 eggs/amqplib-0.6.1-py2.6.egg/amqplib/client_0_8/transport.py:160: raise IOError('Socket closed')
 3 eggs/amqplib-0.6.1-py2.6.egg/amqplib/client_0_8/transport.py:174: raise IOError('Socket closed')
 4 eggs/amqplib-0.6.1-py2.6.egg/amqplib/client_0_8/transport.py:202: raise IOError('Socket closed')

these should be caught or reconnects / fallbacks won't happen properly.

Related branches

Changed in python-oops-amqp:
assignee: nobody → Robert Collins (lifeless)
Changed in python-oops-amqp:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.