1# test maximum data length with short data stream,
2# client sleeps before writing
3
4use strict;
5use warnings;
6
7our %args = (
8    client => {
9	func => sub { sleep 3; write_stream(@_); },
10	nocheck => 1,
11    },
12    relay => {
13	max => 113,
14	big => 1,
15    },
16    len => 113,
17    md5 => "dc099ef642faa02bce71298f11e7d44d",
18);
19