Sync regress/usr.sbin/relayd with recent http.h changes
authordoug <doug@openbsd.org>
Sun, 17 Aug 2014 21:01:24 +0000 (21:01 +0000)
committerdoug <doug@openbsd.org>
Sun, 17 Aug 2014 21:01:24 +0000 (21:01 +0000)
regress/usr.sbin/relayd/args-http-headerlength.pl

index 00b4095..1597e27 100644 (file)
@@ -8,14 +8,14 @@ our %args = (
        header => \%header,
        httpnok => 1,
        nocheck => 1,
-       loggrep => qr/HTTP\/1\.0 413 Request Entity Too Large/,
+       loggrep => qr/HTTP\/1\.0 413 Payload Too Large/,
     },
     relayd => {
        protocol => [ "http",
            'return error',
            'pass',
        ],
-       loggrep => qr/413 Request Entity Too Large/,
+       loggrep => qr/413 Payload Too Large/,
     },
     server => {
        noserver => 1,