]> git.pld-linux.org Git - packages/pound.git/commitdiff
Outdated
authorareq <areq@pld-linux.org>
Thu, 8 Aug 2002 10:28:45 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pound-getregexp.patch -> 1.2

pound-getregexp.patch [deleted file]

diff --git a/pound-getregexp.patch b/pound-getregexp.patch
deleted file mode 100644 (file)
index abced6c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- pound.c.org        Tue Jul 23 05:11:27 2002
-+++ pound.c    Tue Jul 23 14:19:28 2002
-@@ -168,12 +168,12 @@
-     config_parse(argc, argv);
-     /* prepare regular expressions */
--    if(regcomp(&GET, "^GET ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
--    || regcomp(&POST, "^POST ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
--    || regcomp(&HEAD, "^HEAD ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
--    || regcomp(&PUT, "^PUT ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-+    if(regcomp(&GET, "^GET ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-+    || regcomp(&POST, "^POST ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-+    || regcomp(&HEAD, "^HEAD ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-+    || regcomp(&PUT, "^PUT ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-     || regcomp(&DELETE, "^DELETE ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-     || regcomp(&HEADER, "^[A-Za-z][A-Za-z0-9-]*:.*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
-     || regcomp(&CHUNKED, "^Transfer-encoding: chunked$", REG_ICASE | REG_NEWLINE | REG_EXTENDED)
This page took 0.113237 seconds and 4 git commands to generate.