+ Added on the wire HTTP compression

This commit is contained in:
Alan Ritari 2004-06-18 23:07:36 +00:00
parent b2728e2781
commit c09b0b470c

View file

@ -491,7 +491,8 @@ sub _instantiate_soap {
WebGUI::ErrorHandler::warn('proxy=' . $self->get('proxy'))
if $self->get('debugMode');
$soap->proxy($self->get('proxy'));
$soap->proxy($self->get('proxy'),
options => {compress_threshold => 10000});
}
}