You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Scott Beardsley (JIRA)" <ji...@apache.org> on 2014/08/20 10:36:26 UTC

[jira] [Commented] (TS-3026) SPDY not forwarding Accept-Encoding headers for Firefox

    [ https://issues.apache.org/jira/browse/TS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103617#comment-14103617 ] 

Scott Beardsley commented on TS-3026:
-------------------------------------

The Accept-Encoding header doesn't appear to be showing up in the spdy debug logging...

[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy) ++++RECV SYN_STREAM (sm_id:1, stream_id:1, flag:1, length:3079)
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     :host: example.com
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     :method: GET
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     :path: /
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     :scheme: https
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     :version: HTTP/1.1
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     accept-language: en-US,en;q=0.5
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     cookie: <cookie>
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     dnt: 1
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy)     user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
[Aug 20 08:33:01.744] Server {0x2b3707d4c700} DEBUG: (spdy) ++++Request[1:1] https://example.com/

> SPDY not forwarding Accept-Encoding headers for Firefox
> -------------------------------------------------------
>
>                 Key: TS-3026
>                 URL: https://issues.apache.org/jira/browse/TS-3026
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: SPDY
>            Reporter: Scott Beardsley
>         Attachments: Screen Shot 2014-08-20 at 1.06.42 AM.png
>
>
> Firefox is claiming to be sending the Accept-Encoding header (specifically "Accept-Encoding: gzip, deflate") but somewhere it appears to be dropped. I don't see it show up in the logs with http.* debug on. Here is what TS sees:
> +++++++++ Incoming Request +++++++++
> -- State Machine Id: 0
> GET
> http://origin.example.com/
> HTTP/1.1
> accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> accept-language: en-US,en;q=0.5
> cookie: <cookies>
> dnt: 1
> user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0)
> Gecko/20100101 Firefox/32.0
> Host: example.com



--
This message was sent by Atlassian JIRA
(v6.2#6252)