On Wed, 7 Nov 2012, Graham Leggett wrote:
On 7 Nov 2012, at 17:56, [email protected] wrote:
Author: sf
Date: Wed Nov 7 16:56:38 2012
New Revision: 1406719
URL: http://svn.apache.org/viewvc?rev=1406719&view=rev
Log:
New directive HttpProtocol which allows to disable HTTP/0.9 support.
It feels wrong targeting 0.9 only, would it be possible to do this in a generic
way, say by listing the ones accepted, or by specifying a minimum?
Any suggestions for a syntax? Maybe:
HttpProtocol 1.1 # only 1.1
HttpProtocol 1.0- # 1.0 and above
HttpProtocol 1.0-1.1 # 1.0 and 1.1
HttpProtocol -1.0 # 1.0 and below
We could then still add additional flags like +/- strict.