summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
diff options
context:
space:
mode:
authordoug <doug@cvs.openbsd.org>2014-08-17 21:01:25 +0000
committerdoug <doug@cvs.openbsd.org>2014-08-17 21:01:25 +0000
commit5964f49cede8e0330dd6f0422633dd4a60cc78f9 (patch)
tree6454d1259316168a7243070efa59d5362d145e87 /regress/usr.sbin
parentaebd21f8096f57d8b50ece8f12d9ee5f82f60df7 (diff)
Sync regress/usr.sbin/relayd with recent http.h changes
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r--regress/usr.sbin/relayd/args-http-headerlength.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/relayd/args-http-headerlength.pl b/regress/usr.sbin/relayd/args-http-headerlength.pl
index 00b40952038..1597e2766f8 100644
--- a/regress/usr.sbin/relayd/args-http-headerlength.pl
+++ b/regress/usr.sbin/relayd/args-http-headerlength.pl
@@ -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,