wtest / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Issue with POST requests over 2 GB #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Today I tried to upload file larger than 4GB+, but it seems that counter works 
normally up-to 2GB POST requests. After that data in "Sent Field" is reversed: 
e.g. not counting up to file size, but how much bytes left for uploading 
(negative number, starting from 2GB in my case).

Original issue reported on code.google.com by ritualma...@gmail.com on 1 Mar 2013 at 10:20