Closed
Bug 817221
Opened 13 years ago
Closed 10 years ago
Can't attach files to gmail message with spdy v1 enabled
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: o3031391, Unassigned)
Details
Attachments
(1 file)
2.82 MB,
application/x-gzip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
Build ID: 20121128204232
Steps to reproduce:
Try to attach a file to a gmail messaage
Actual results:
gmail responded: attachement failed
resolution: I had to turn off spdy v1. I can leave v2 and v3 on, but v1 must be off for the files to be attached.
Expected results:
allowed the file to be attached
I saw several discussions about this in general blogs/sites, and I noticed mozilla guys saying they wanted to track this down. So I thought I'd let you know that I tried all combinations of spdy, but v1 had to be off for me. FF 17.0.1
Comment 2•13 years ago
|
||
bug 790184 is fixed in FF17 and bug 809913 is fixed in 19.
Do you use a proxy in your network ?
Can you please try a nightly build ?
Component: Untriaged → Networking: HTTP
Product: Firefox → Core
Comment 3•13 years ago
|
||
809913 is also fixed on 18 (currently beta channel).
todd - what do you mean by v1? we have never supported spdy/1.. are you referring to a specific preference? Can you retry with 18?
if you can reproduce the problem with 18 can you incude an http log of the failure?
https://developer.mozilla.org/en-US/docs/HTTP_Logging
Hi,
it seems that I am encountering same issue but with latest SeaMonkey - if I have SPDY enabled I can't attach anything to gmail (web interface) and site also says that there was communication error.
I will produce some http logs and get back.
I've got log file generated, but it's quite big (48 Mb). Should I look for specific piece of information ?
Comment 6•11 years ago
|
||
it should zip well and can be attached to the bug.
I don't follow seamonkey - is the "latest seamonkey" taken from the current mozilla-central?
It's official mozilla project, from http://www.seamonkey-project.org/
Info taken from about: page
You are currently on the release update channel.
See a list of contributors to the Mozilla Project.
Read the licensing information for this product.
Read the release notes for this version.
See the build configuration used for this version.
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
Build identifier: 20140203230842
Comment 9•11 years ago
|
||
(In reply to Ignat Zapolsky from comment #8)
> User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:27.0)
> Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
> Build identifier: 20140203230842
So that's fairly recent mozilla-central
the log would be the next step.
Comment 10•11 years ago
|
||
This is compressed HTTP log archive, which contains only portion when I have tried to attach Screen_Shot_2014-02-14_at_13.21.58.png file to gmail.
Only last attachment failed (line number 103187 and further), I had SPDY protocol enabled.
By searching through file one can find few successful attach attempts (I think file starts from one such attempt).
Comment 11•11 years ago
|
||
thanks for the log. it's gzipped twice for anyone else that looks at it.
the transaction that starts at line 103187 is a post of content length 168,337 .. it is spdy ID 0x6f
at time 23.57.381 the upload is paused due to flow control exhaustion. A window update is received at 23.57.382 and the upload continues fine.
All 168,337 bytes transfer fine and you get response
HTTP/1.1 200 OK^
alternate-protocol: 443:quic
cache-control: no-cache, no-store, max-age=0, must-revalidate
content-encoding: gzip
content-length: 908
content-type: text/javascript; charset=UTF-8
date: Fri, 14 Feb 2014 14:23:25 GMT
expires: Fri, 01 Jan 1990 00:00:00 GMT
pragma: no-cache
server: GSE
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
followed by 908 bytes of data and a fin.
so it all looks fine from a protocol point of view.
Comment 12•10 years ago
|
||
v1 is not part of gecko anymore and gmail attachments seem to wfm
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•