artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30791b7
)
Now that the relayd timeouts have been fixed, make the http timeout
author
bluhm
<bluhm@openbsd.org>
Mon, 14 Jul 2014 00:14:43 +0000
(
00:14
+0000)
committer
bluhm
<bluhm@openbsd.org>
Mon, 14 Jul 2014 00:14:43 +0000
(
00:14
+0000)
test more strict again. Backout rev 1.2 of args-timeout-http.pl.
regress/usr.sbin/relayd/args-timeout-http.pl
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/relayd/args-timeout-http.pl
b/regress/usr.sbin/relayd/args-timeout-http.pl
index
4245430
..
bfc87cc
100644
(file)
--- a/
regress/usr.sbin/relayd/args-timeout-http.pl
+++ b/
regress/usr.sbin/relayd/args-timeout-http.pl
@@
-17,8
+17,8
@@
our %args = (
func => sub {
errignore();
http_server(@_);
- sleep
5
;
- write_char(@_,
5
);
+ sleep
4
;
+ write_char(@_,
4
);
},
sleep => 1,
down => "Broken pipe",