diff options
-rw-r--r-- | regress/usr.sbin/relayd/args-http-slow-consumer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/relayd/args-http-slow-consumer.pl b/regress/usr.sbin/relayd/args-http-slow-consumer.pl index 83a57de3221..bbdbfdabf3b 100644 --- a/regress/usr.sbin/relayd/args-http-slow-consumer.pl +++ b/regress/usr.sbin/relayd/args-http-slow-consumer.pl @@ -29,7 +29,7 @@ our %args = ( }, relayd => { protocol => [ "http", - "tcp socket buffer 64", + "tcp socket buffer 1024", "match request header log", "match request path log", ], |