Github user MJJoyce commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/88#discussion_r53254383
  
    --- Diff: 
src/plugin/protocol-http/src/java/org/apache/nutch/protocol/http/HttpResponse.java
 ---
    @@ -256,6 +252,11 @@ public HttpResponse(HttpBase http, URL url, CrawlDatum 
datum)
           } else if ("deflate".equals(contentEncoding)) {
             content = http.processDeflateEncoded(content, url);
           } else {
    +        // store the headers verbatim only if the response was not 
compressed
    +        // as the content length reported with not match otherwise
    --- End diff --
    
    "with" should be "will" here I think


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to