Factor verify_request_length() out of parse_client_request().
authorFabian Keil <fk@fabiankeil.de>
Fri, 28 Aug 2009 14:42:06 +0000 (14:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 28 Aug 2009 14:42:06 +0000 (14:42 +0000)
commit08703571df3ba3ebfd1d668171bce2dc5c1b65f4
treeaa28503e06a8a51c4f217f8c4b1450d00a29c2b1
parent1648bac7901c7d57becfff790bc2bafbc1d67139
Factor verify_request_length() out of parse_client_request().

While at it, check the request length for all but CONNECT requests,
independently of CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE.
jcc.c