Omaha #3952 remove custom gzip handling since it is by default enabled by apache httpclient

Former-commit-id: 543fe99a3e [formerly ebd35d6f3e] [formerly da26b1371c93d368c8dd86cdfc9060db22459f51 [formerly 1d9bee8e7a]]
Former-commit-id: d60e83c8705862a5757a92a685e446f091fea6e9 [formerly 2d90637196]
Former-commit-id: 4bf6994051
This commit is contained in:
mjames-upc 2015-04-21 14:14:41 -06:00
parent 36d4337756
commit 203f1d9e44

View file

@ -105,7 +105,6 @@
<property name="maxConnections" value="${PYPIES_MAX_CONN}"/>
<!-- value in milliseconds to allow socket to timeout, don't allow this to be zero, bad things could happen -->
<property name="socketTimeout" value="180000"/>
<property name="handlingGzipResponses" value="false"/>
</bean>
<bean id="httpClientConfig" factory-bean="httpClientConfigBuilder" factory-method="build"/>