More work on tomcat-lite connector: more experimenting with spdy, few more tests...
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Jan 2010 00:08:33 +0000 (00:08 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Jan 2010 00:08:33 +0000 (00:08 +0000)
commit05599ae66a5b0856024a8b94499df6440c611f74
tree06e1aee7db90c341d6a2b45c37ee73cb5aea7683
parent212c2de950fbbb0eae66b0a534e6f58fa421573c
More work on tomcat-lite connector: more experimenting with spdy, few more tests and fixes.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896286 13f79535-47bb-0310-9956-ffa450edef68
27 files changed:
modules/tomcat-lite/.classpath
modules/tomcat-lite/build.xml
modules/tomcat-lite/java/org/apache/tomcat/lite/http/CompressFilter.java [new file with mode: 0644]
modules/tomcat-lite/java/org/apache/tomcat/lite/http/Http11Connection.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpConnector.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpRequest.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/SpdyConnection.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/CBuffer.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/DumpChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/IOBuffer.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/NioChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SslChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SslConnector.java
modules/tomcat-lite/java/org/apache/tomcat/lite/proxy/HttpProxyService.java
modules/tomcat-lite/java/org/apache/tomcat/lite/servlet/ServletRequestImpl.java
modules/tomcat-lite/test/org/apache/tomcat/lite/TestMain.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/ClientTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/CompressFilterTest.java [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/http/HttpsTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/LiveHttp1Test.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/SpdyTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/spdyreqCompressed [new file with mode: 0644]
modules/tomcat-lite/test/org/apache/tomcat/lite/io/OneTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/proxy/ProxyTest.java
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogTestImpl.java