Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12947 invoked from network); 6 Sep 2006 07:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 07:44:22 -0000 Received: (qmail 7354 invoked by uid 500); 6 Sep 2006 07:44:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 7325 invoked by uid 500); 6 Sep 2006 07:44:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 7314 invoked by uid 99); 6 Sep 2006 07:44:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 00:44:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [85.13.129.149] (HELO dd3030.kasserver.com) (85.13.129.149) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 00:44:09 -0700 Received: from pluto (85-90-128-17.REV.ycn.com [85.90.128.17]) by dd3030.kasserver.com (Postfix) with ESMTP id DC08B1B4E94 for ; Wed, 6 Sep 2006 09:43:57 +0200 (CEST) From: "Wolfgang Buczolich" To: Subject: HTTP/0.9 requests on Win2k Date: Wed, 6 Sep 2006 09:43:55 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C6D198.FA0825F0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcbRiDS8baWxnTRFTE2M3Lle4Foa3A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <20060906074357.DC08B1B4E94@dd3030.kasserver.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0008_01C6D198.FA0825F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello Apache Tomcat doesn't seem to act normally on http-request when running on a Windows 2000 pc. Following problem occurs: The request (HTTP/0.9) looks like follows: GET /\r\n Tomcat then waits for exactly 20 seconds, maybe for more header-data to arrive, and then sends the correct HTTP/0.9 response. Also HTTP/1.0 request doesn't work as long as no optional header-option is sent. This example doesn't work: GET / HTTP/1.0\r\n \r\n Tomcat also waits for 20 seconds but then returns the correct HTTP/1.1 response. This example works: GET / HTTP/1.0\r\n Host: temp\r\n \r\n The optional header information "Host" can be replaced with every other header-info. Tomcat responses immediately. These problems don't occur on WinXP Professional systems, and they don't occur always, but most of the time (9 from 10 requests don't work). Hope someone can give me an explanation for this. System Info: Win 2000 5.00.2195 ServicePack3 Tomcat 5.5.17 1.5.0_07-b03 best regards Wolfgang ------=_NextPart_000_0008_01C6D198.FA0825F0--