artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d6b89
)
Sync regress/usr.sbin/relayd with recent http.h changes
author
doug
<doug@openbsd.org>
Sun, 17 Aug 2014 21:01:24 +0000
(21:01 +0000)
committer
doug
<doug@openbsd.org>
Sun, 17 Aug 2014 21:01:24 +0000
(21:01 +0000)
regress/usr.sbin/relayd/args-http-headerlength.pl
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/relayd/args-http-headerlength.pl
b/regress/usr.sbin/relayd/args-http-headerlength.pl
index
00b4095
..
1597e27
100644
(file)
--- 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,