Author: pkosiorowski Date: Sat Sep 30 12:38:30 2006 New Revision: 451649 URL: http://svn.apache.org/viewvc?view=rev&rev=451649 Log: NUTCH-374: when http.content.limit be set to -1 and Response.CONTENT_ENCODING is gzip or x-gzip , it can not fetch any thing.(King Kong)
Modified: lucene/nutch/trunk/CHANGES.txt Modified: lucene/nutch/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?view=diff&rev=451649&r1=451648&r2=451649 ============================================================================== --- lucene/nutch/trunk/CHANGES.txt (original) +++ lucene/nutch/trunk/CHANGES.txt Sat Sep 30 12:38:30 2006 @@ -44,6 +44,10 @@ 15. NUTCH-350 - Urls blocked by http.max.delays incorrectly marked as GONE (Stefan Groschupf via ab) +16. NUTCH-374 - when http.content.limit be set to -1 and + Response.CONTENT_ENCODING is gzip or x-gzip , it can not fetch any thing + (King Kong via pkosiorowski) + Release 0.8 - 2006-07-25