Author haypo
Recipients ajaksu2, amaury.forgeotdarc, haypo, jnoller, ocean-city, roudkerk
Date 2009-01-19.15:47:13
SpamBayes Score 1.26528e-06
Marked as misclassified No
Message-id <1232380034.13.0.421432152609.issue3321@psf.upfronthosting.co.za>
In-reply-to
Content
Why don't you check the file descriptor directly in connection_new()? 
conn->handle is read only and so can't be changed before the call to 
poll(). So other methods will also be "protected" and the error will 
be raised earlier.
History
Date User Action Args
2009-01-19 15:47:14hayposetrecipients: + haypo, amaury.forgeotdarc, ocean-city, ajaksu2, roudkerk, jnoller
2009-01-19 15:47:14hayposetmessageid: <1232380034.13.0.421432152609.issue3321@psf.upfronthosting.co.za>
2009-01-19 15:47:13haypolinkissue3321 messages
2009-01-19 15:47:13haypocreate