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 eblond
Recipients eblond, victorpoluceno
Date 2009-04-13.15:33:14
SpamBayes Score 1.7220765e-07
Marked as misclassified No
Message-id <1239636797.03.0.954617835771.issue5746@psf.upfronthosting.co.za>
In-reply-to
Content
That's it actually.

I forgot to call base class' setup() method when I redefined it in my 
subclass. When I properly call StreamRequestHandler.setup() on my 
derived class' setup(), everything works fine.

I'm not a socketserver specialist, but I would have expected 
StreamRequestHandler to derive from RequestHandler and not the other 
way round, although it makes little difference to me as a user's point 
of view.

Thanks a lot for pointing my mistake!

Cheers,
-Eric
History
Date User Action Args
2009-04-13 15:33:17eblondsetrecipients: + eblond, victorpoluceno
2009-04-13 15:33:17eblondsetmessageid: <1239636797.03.0.954617835771.issue5746@psf.upfronthosting.co.za>
2009-04-13 15:33:15eblondlinkissue5746 messages
2009-04-13 15:33:15eblondcreate