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 orsenthil
Recipients Paul.Upchurch, karlcow, orsenthil, python-dev
Date 2013-03-05.09:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362475868.5.0.478336491775.issue12921@psf.upfronthosting.co.za>
In-reply-to
Content
Karl - thanks for your telnet debugging session output. Helped realized the problem better. So I had been thinking that sending message is okay. But had not realized that same variable name was used and was causing problem.

I have gone ahead with the fix for now. And for the tests, I think, will be written very similar to test_header_buffering_of_send_error of test_header_bufferring_of_send_error - when send_error is sent and then error asserted.

(Usually, I try to change test and patch together and that's our protocol too. In this case, I only tested it manually, thinking that there is not test coverage for this portion (yet). But later when I peeked into tests, I saw that it would be written for this scenario). Will include and then close this report. The other suggestion of Paul can be included in another report and so the change of the error status to proper 501 Not Implemented.

Thanks.
History
Date User Action Args
2013-03-05 09:31:08orsenthilsetrecipients: + orsenthil, karlcow, python-dev, Paul.Upchurch
2013-03-05 09:31:08orsenthilsetmessageid: <1362475868.5.0.478336491775.issue12921@psf.upfronthosting.co.za>
2013-03-05 09:31:08orsenthillinkissue12921 messages
2013-03-05 09:31:08orsenthilcreate