RE: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-15 Thread GOMEZ Henri
Hi Remy, A little late reply but : Hi Remy, What's the final goal for Coyote ? ;) - It should be faster than the current HTTP/1.1 processor - It should address the HTTP/1.1 items marked as later in bugzilla - It should be maintainable - It should be easily testable - It uses j-t-c/util

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-15 Thread Remy Maucherat
Hi Remy, A little late reply but : Hi Remy, What's the final goal for Coyote ? ;) - It should be faster than the current HTTP/1.1 processor - It should address the HTTP/1.1 items marked as later in bugzilla - It should be maintainable - It should be easily testable - It uses

RE: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-11 Thread GOMEZ Henri
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 5:58 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java remm02/01/10 08:58:17 Modified

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-11 Thread Remy Maucherat
Hi Remy, What's the final goal for Coyote ? ;) - It should be faster than the current HTTP/1.1 processor - It should address the HTTP/1.1 items marked as later in bugzilla - It should be maintainable - It should be easily testable - It uses j-t-c/util and should be GC friendly, at least

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-10 Thread remm
remm02/01/10 08:58:17 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java Log: - Add support for sending acknoledgments. - Implement reset. Revision ChangesPath 1.6 +8 -1

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2001-09-30 Thread remm
remm01/09/30 18:20:42 Modified:http11 .cvsignore http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java Log: - Implement the output. - The last parts to be written are the request