+ Added on the wire HTTP compression
This commit is contained in:
parent
b2728e2781
commit
c09b0b470c
1 changed files with 2 additions and 1 deletions
|
|
@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue