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


Nick Kew <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Windows XP                  |All


--- Comment #2 from Nick Kew <[email protected]> 2009-08-29 22:03:10 PDT ---
Hmm.

In the absence of something that's syntactically an HTTP/1.0 or higher request,
the server falls back to assuming HTTP/0.9, which is where the bare HTML page
comes from.  But since it's not a GET, I guess a 400 response would make more
sense.

Re: the recent comment, that makes sense to me.  Unless we close the
connection, we should retain its state so we can interpret subsequent data as
not-a-request.  But that still leaves ambiguity if the next data look like a
syntactically valid request.

I guess closing the connection is the only safe thing to do here, unless
someone has a better idea.  Thinking.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to