1# test http connection over tcp relay 2 3use strict; 4use warnings; 5 6our %args = ( 7 client => { 8 func => \&http_client, 9 }, 10 server => { 11 func => \&http_server, 12 }, 13 len => 251, 14 md5 => "bc3a3f39af35fe5b1687903da2b00c7f", 15); 16 171; 18