diff options
author | 2014-08-17 21:01:24 +0000 | |
---|---|---|
committer | 2014-08-17 21:01:24 +0000 | |
commit | 73418299a0b373b9f30e23ac7563410317cd61c7 (patch) | |
tree | 1df5d719e5609c06a0f0ba8b9e953f605582ac7c | |
parent | don;t mark up {}; (diff) | |
download | wireguard-openbsd-73418299a0b373b9f30e23ac7563410317cd61c7.tar.xz wireguard-openbsd-73418299a0b373b9f30e23ac7563410317cd61c7.zip |
Sync regress/usr.sbin/relayd with recent http.h changes
-rw-r--r-- | regress/usr.sbin/relayd/args-http-headerlength.pl | 4 |
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, |