Synopsis: HTTP 1.1 200 OK response instead of HTTP 1.0 response
State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Thu Apr 24 08:51:03 PDT 1997
State-Changed-Why:
A HTTP/1.1 response to a HTTP/1.0 request is perfectly
legitimate. The client is broken if it does not understand
it and should be fixed. The decision to send a HTTP/1.1
response to HTTP/1.0 requests is concious and desirable.
You can use something like:
BrowserMatch "xxx" force-response-1.0
where xxx is the User-Agent that the broken client sends.
You should get the client fixed.