[issue32389] urllib3 wrong computation of 'Content-Length' for file upload

2017-12-20 Thread R. David Murray
R. David Murray added the comment: Yes, this would appear to be both 3rd party and a support request rather than a bug report. Gianguido: please work with the urllib3 community, or post to the python-list mailing list. If you identify an actual bug in Python itself, you can come back here t

[issue32389] urllib3 wrong computation of 'Content-Length' for file upload

2017-12-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: Is your question about urllib3? This bug tracker is about python itself. urllbib3 should be discussed here: https://github.com/shazow/urllib3 -- nosy: +asvetlov ___ Python tracker

[issue32389] urllib3 wrong computation of 'Content-Length' for file upload

2017-12-20 Thread Gianguido Piani
New submission from Gianguido Piani : Hi! This is my first posting ever on this site. I need to upload a simple text file to Internet servers. With "curl" the operation goes smoothly, both with http and https protocols, both up/downloads. With urllib3 and other TCP-IP handlers the generated he