This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Harsh Patel
Recipients Harsh Patel, iElectric, lukas.lalinsky, ngie, vinay.sajip
Date 2015-11-06.21:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446845420.6.0.836911822408.issue11907@psf.upfronthosting.co.za>
In-reply-to
Content
I know this has been closed as "Not a bug" but it would have been convenient if the message was broken down into multiple packets and transmitted, should it exceed the packet limit. 
Raising an exception [Errno 40 or Errno 90] or silently ignoring the packet (by setting logging.raiseExceptions to False) doesn't help much in terms of robustness and reliability. 
I eventually ended up extending these Handler classes and overriding the send to accomplish breaking messages into multiple parts
History
Date User Action Args
2015-11-06 21:30:20Harsh Patelsetrecipients: + Harsh Patel, vinay.sajip, iElectric, ngie, lukas.lalinsky
2015-11-06 21:30:20Harsh Patelsetmessageid: <1446845420.6.0.836911822408.issue11907@psf.upfronthosting.co.za>
2015-11-06 21:30:20Harsh Patellinkissue11907 messages
2015-11-06 21:30:20Harsh Patelcreate