1use strict; 2use warnings; 3 4my $len = 1073741824; 5our %args = ( 6 client => { 7 tls => 1, 8 path => "$len", 9 len => $len, 10 }, 11 httpd => { 12 listentls => 1, 13 }, 14 len => $len, 15 md5 => path_md5("$len"), 16); 17 181; 19