Message72

Author bckfnn
Recipients
Date 2000-11-26.15:20:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The original problem is solved, but using the new httplob from CPython2.0 causes a new bug. The socket gets closed right after reading the response with HTTP.getresponse(). The body will then be read through a dup'ed fd with sock.makefile(). 

Jython does not support the dupping. When the socket is closed, the sock.makefile file is close closed.
History
Date User Action Args
2008-02-20 17:16:39adminlinkissue222816 messages
2008-02-20 17:16:39admincreate