Closed Bug 741106 Opened 12 years ago Closed 12 years ago

Cannot upload files to the hosting sites

Categories

(Core :: Networking: HTTP, defect)

14 Branch
x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 739617

People

(Reporter: over68, Unassigned)

References

Details

Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120331 Firefox/14.0a1

Cannot upload files to the hosting sites.


Steps to reproduce:
1. Go to http://www.2shared.com
2. Upload file.

Actual result:
Failed upload file.

Expected result:
Upload the file successfully.
I think I can reproduce this with a random PDF I tried to upload. It seemed to be progressing, and then the progress bar disappeared and there was no further indication that I was uploading anything. TB, do you know if this worked in older versions?
(In reply to Josh Matthews [:jdm] from comment #1)
> do you know if this worked in older versions?

This bug exists since version 14.0a1 (2012-03-24)
Failed upload files in RapidShare.

http://i449.photobucket.com/albums/qq217/movh/cad52def.png
This sounds like bug 739617.
See Also: → 739617
Component: General → Networking: HTTP
QA Contact: general → networking.http
The restart timer is not supposed to apply to non pipelined resources, and uploads are never pipelined. That's why the restart timer is not kicked during the upload process.

The source of this bug is nsHttpPipeline::PipelinePosition() which returns 2 when the response queue is empty. (the pipeline datastructure is often used even when there is no pielining going on, so the fact that this method is not called is not a problem, it is the implementation in it).

patch will follow.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.