in reply to Re: http::dav keep_alive not enabled
in thread http::dav keep_alive not enabled
thanks a lot for the replies. Cheers, Cmy @ua_args = (keep_alive => 1); my $ua = HTTP::DAV::UserAgent -> new (@ua_args); my $dav = HTTP::DAV->new(-useragent => $ua) ;
|
|---|