You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/05/14 04:56:42 UTC

[Bug 54961] New: Make "compress" configurable in SpdyProxyProtocol

https://issues.apache.org/bugzilla/show_bug.cgi?id=54961

            Bug ID: 54961
           Summary: Make "compress" configurable in SpdyProxyProtocol
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: xshao@ebay.com
    Classification: Unclassified

I tried to setup SpdyProtocol in Tomcat and make it cordinating with HAProxy.
Spdy from tomcat 8 supports NPN(Next Protocol Negotiation) by using JNI modules
from APR.  It's not easy to deploy APR in different System.

So we are tring to make NPN running in Load Balancer and Tomcat 8 only takes
the role of pure SPDY server.

Here is the detail of this model.

http://www.igvita.com/2012/10/31/simple-spdy-and-npn-negotiation-with-haproxy/

HAProxy takes the role of Load Balancer and it supports NPN.


HAProxy talks with SPDY server in "compress" mode.
However the "compress" mode can't be configurable in SpdyProxyProtocol.

So I suggest let's make it configurable.

Attached a patch for this enhancment.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 54961] Make "compress" configurable in SpdyProxyProtocol

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54961

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Thanks for the patch. It has been applied to trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 54961] Make "compress" configurable in SpdyProxyProtocol

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54961

--- Comment #1 from Sheldon Shao <xs...@ebay.com> ---
Created attachment 30282
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30282&action=edit
Patch for SpdyProxyProtocol

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org