1 |
c97ab82a
|
Ermal Lu?i
|
# HTTP - Proxy Cache miss for HyperText Transfer Protocol (RFC 2616)
|
2 |
|
|
# Pattern attributes: good notsofast notsofast subset
|
3 |
|
|
# Protocol groups: document_retrieval ietf_draft_standard
|
4 |
|
|
# Wiki: http://protocolinfo.org/wiki/HTTP
|
5 |
|
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6 |
|
|
#
|
7 |
|
|
# Usually runs on port 80
|
8 |
|
|
#
|
9 |
|
|
# This pattern has been tested and is believed to work well.
|
10 |
|
|
#
|
11 |
|
|
# To get or provide more information about this protocol and/or pattern:
|
12 |
|
|
# http://www.protocolinfo.org/wiki/HTTP
|
13 |
|
|
# http://lists.sourceforge.net/lists/listinfo/l7-filter-developers
|
14 |
|
|
|
15 |
|
|
httpcachemiss
|
16 |
|
|
http/(0\.9|1\.0|1\.1)[\x09-\x0d ][1-5][0-9][0-9][\x09-\x0d -~]*(x-cache: miss)
|