diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-18 17:59:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-18 17:59:31 +0000 |
commit | 6cbee90d4df23e1a2d97c4b2c507c1d04edd12c1 (patch) | |
tree | 00a2e626bc9785095af8ec0487ee2c8f4fb4e263 /package/network/utils/iptables/files/l7/http.pat | |
parent | 5225254859c1dd727aaa6aefce3a2cefe7e93db5 (diff) | |
download | upstream-6cbee90d4df23e1a2d97c4b2c507c1d04edd12c1.tar.gz upstream-6cbee90d4df23e1a2d97c4b2c507c1d04edd12c1.tar.bz2 upstream-6cbee90d4df23e1a2d97c4b2c507c1d04edd12c1.zip |
iptables: remove obsolete files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/files/l7/http.pat')
-rw-r--r-- | package/network/utils/iptables/files/l7/http.pat | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/network/utils/iptables/files/l7/http.pat b/package/network/utils/iptables/files/l7/http.pat deleted file mode 100644 index 5122310d2f..0000000000 --- a/package/network/utils/iptables/files/l7/http.pat +++ /dev/null @@ -1,28 +0,0 @@ -# HTTP - HyperText Transfer Protocol - RFC 2616 -# Pattern attributes: great slow notsofast superset -# Protocol groups: document_retrieval ietf_draft_standard -# Wiki: http://protocolinfo.org/wiki/HTTP -# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE -# -# Usually runs on port 80 -# -# This pattern has been tested and is believed to work well. -# -# this intentionally catches the response from the server rather than -# the request so that other protocols which use http (like kazaa) can be -# caught based on specific http requests regardless of the ordering of -# filters... also matches posts - -# Sites that serve really long cookies may break this by pushing the -# server response too far away from the beginning of the connection. To -# fix this, increase the kernel's data buffer length. - -http -# Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF (rfc 2616) -# As specified in rfc 2616 a status code is preceeded and followed by a -# space. -http/(0\.9|1\.0|1\.1) [1-5][0-9][0-9] [\x09-\x0d -~]*(connection:|content-type:|content-length:|date:)|post [\x09-\x0d -~]* http/[01]\.[019] -# A slightly faster version that might be good enough: -#http/(0\.9|1\.0|1\.1) [1-5][0-9][0-9]|post [\x09-\x0d -~]* http/[01]\.[019] -# old pattern(s): -#(http[\x09-\x0d -~]*(200 ok|302 |304 )[\x09-\x0d -~]*(connection:|content-type:|content-length:))|^(post [\x09-\x0d -~]* http/) |