xrma / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Proper compression support in the PageFetcher #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can see that you have included some custom code for handling the gzip 
compression in your PageFetcher code. As of httpclient 4.1 this is not needed 
anymore. The ContentEncodingHttpClient class which is a subclass of 
DefaultHttpClient will do this for you; it will also add deflate and x-gzip 
supporting servers.

Best, Nikola

Original issue reported on code.google.com by nikolavp@gmail.com on 4 May 2012 at 7:57

GoogleCodeExporter commented 9 years ago
Right

Original comment by avrah...@gmail.com on 10 Dec 2014 at 9:42

GoogleCodeExporter commented 9 years ago
Fixed in Rev: ddf4e15260ee  

Original comment by avrah...@gmail.com on 10 Dec 2014 at 9:45