This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from fa9f895 Merge pull request #467 from
sebastian-nagel/NUTCH-2669-javax-ws-packaging-type
new a82a663 NUTCH-2729 protocol-okhttp: fix marking of truncated content
new 5c45172 NUTCH-2729 protocol-okhttp: fix marking of truncated content
- avoid integer overflow if http.content.limit == -1
new efcafb6 NUTCH-2729 protocol-okhttp: fix marking of truncated content
- log exception which caused a partial fetch and content is kept as truncated
(marked as "disconnect") - add unit test to verify that partial fetches are
kept if http.partial.truncated == true
new 9a9f425 Merge pull request #462 from
sebastian-nagel/NUTCH-2729-protocol-okhttp-mark-truncated
The 2934 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../nutch/protocol/okhttp/OkHttpResponse.java | 13 +-
.../protocol/okhttp/TestBadServerResponses.java | 171 ++++++++++++++++++---
2 files changed, 160 insertions(+), 24 deletions(-)