[EMAIL PROTECTED] wrote:
-            if ("HTTP/1.1".equals(protocol)) {
+            if ("HTTP/1.1/NIO".equals(protocol)) {
+                
setProtocolHandlerClassName("org.apache.coyote.http11.Http11NioProtocol");
+            } else if ("HTTP/1.1".equals(protocol)) {

I think using the actual class name is far better than using arbitrary protocol names.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to