This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit a2b944f89514b391e0a2eb0fbdac59cd0d01d455 Merge: 5644f9c e7e0a21 Author: Sebastian Nagel <[email protected]> AuthorDate: Fri May 24 15:21:33 2019 +0200 Merge branch NUTCH-2716 of https://github.com/YossiTamari/nutch - NUTCH-2716 protocol-http: Response headers are not stored for a compressed response - NUTCH-2715 WARCExporter fails on large records - upgrades lib-htmlunit to use version 3.141.5 of Selenium .../apache/nutch/tools/CommonCrawlFormatWARC.java | 1 + src/java/org/apache/nutch/tools/WARCUtils.java | 112 +++++++++++++++++++++ .../org/apache/nutch/tools/warc/WARCExporter.java | 4 +- src/plugin/lib-htmlunit/ivy.xml | 3 +- src/plugin/lib-htmlunit/plugin.xml | 100 +++++++++++------- .../nutch/protocol/htmlunit/HttpResponse.java | 8 +- .../apache/nutch/protocol/http/HttpResponse.java | 10 +- .../nutch/protocol/selenium/HttpResponse.java | 3 + 8 files changed, 190 insertions(+), 51 deletions(-)
