commit | 2492d5b4d65d218f59fbf510764379fb796d6465 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jul 11 00:06:00 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 12 08:06:20 2009 +0200 |
tree | e94caf3d53a2d04d1af15fb1cb2a9486ff895625 | |
parent | bf2886274c38c281d8b3c9d9ad92b61bbcb2c503 [diff] |
[MINOR] acl: add HTTP protocol detection (req_proto_http) Now that we can perform TCP-based content switching, it makes sense to be able to detect HTTP traffic and act accordingly. We already have an HTTP decoder, we just have to call it in order to detect HTTP protocol. Note that since the decoder will automatically fill in the interesting fields of the HTTP transaction, it would make sense to use this parsing to extend HTTP matching to TCP.