1# test idle timeout
2
3use strict;
4use warnings;
5
6our %args = (
7    client => {
8	func => sub { sleep 1; write_stream(@_); sleep 3; },
9    },
10    relay => {
11	idle => 2,
12	timeout => 1,
13    },
14    len => 251,
15    md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
16);
17