Re: [Ironpython-users] requests hang on get or post http request

2014-08-22 Thread Daniel Fernandez
Hi Jeff, I'm working on .NET 4.0.30319.18444 (32-bit). Yup I like the way you handle the scenario. I did the same thing I couldn't tell from the docs if NetworkStream with size == 0 if it should block or not. Danny > Date: Fri, 22 Aug 2014 10:44:27 +0100 > Subject: Re: [Ironpython-users] reque

Re: [Ironpython-users] requests hang on get or post http request

2014-08-22 Thread Jeff Hardy
On Thu, Aug 21, 2014 at 5:37 PM, Daniel Fernandez wrote: > Hi All, > > I'm using the latest 2.7.5 b3 code and I wanted to see if requests works. I > pulled the latest from github. It would hang on simple requests.get or > requests.post. It would hang on the reading the http response. I attached >