[issue33838] Very slow upload with http.client on Windows when setting timeout
Change by Ivan Konovalov : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue33838> ___ ___ Python-bugs-list mailin
[issue33838] Very slow upload with http.client on Windows when setting timeout
New submission from Ivan Konovalov : Normally, when I upload files using the PUT request I get upload speed of about 100 Mb/s. But as soon as I set the timeout, the speed drops to about 4 Mb/s (can vary depending on the server): # Running on Windows 10, using Python 3.6.5 from io import