You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2012/06/05 19:22:23 UTC

[jira] [Created] (TAP5-1946) When a request is being processed under SPDY protocol, compression should be disabled

Howard M. Lewis Ship created TAP5-1946:
------------------------------------------

             Summary: When a request is being processed under SPDY protocol, compression should be disabled
                 Key: TAP5-1946
                 URL: https://issues.apache.org/jira/browse/TAP5-1946
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3, 5.4
            Reporter: Howard M. Lewis Ship


SPDY is a protocol implemented by Jetty (on the server side) and some versions of FF and Chrome that allows for secure, multiplexed, compressed, async communication.

Tapestry should detect when the request originates over a SPDY connection, and not attempt to compress content, as SPDY incorporates compression directly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira