psf / requests

A simple, yet elegant, HTTP library.
https://requests.readthedocs.io/en/latest/
Apache License 2.0
52.16k stars 9.33k forks source link

Requests.put blocking on Windows (Tika-Python) #2725

Closed chrismattmann closed 9 years ago

chrismattmann commented 9 years ago

Over in the Apache Tika Python Port I'm noticing in tika-python#44 and in tika-python#58 some odd behavior with requests on Python 2.7.9. For whatever reason, when using a file handle and putting it with requests.put it blocks and blocks until finally it gets (correctly) a BadStatusLine back after a timeout. Anyone else seen this?

Lukasa commented 9 years ago

Fix available in #2825, fully 100 issues after this one was originally opened.

chrismattmann commented 9 years ago

thanks @Lukasa and @sigmavirus24 #brosephs ♥