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 5335e6b08 Merge pull request #848 from martin-djukanovic/NUTCH-3103
add aca19bbb7 NUTCH-3106 fix Issue with SSLHandshakeException in v1.20
using protocol-http plugin
new 71eca8831 Merge pull request #847 from tatecn/NUTCH-3106
The 1 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:
ivy/ivy.xml | 1 +
src/plugin/protocol-http/ivy.xml | 2 +
.../apache/nutch/protocol/http/HttpResponse.java | 15 +++--
.../protocol/http/TestProtocolHttpByProxy.java | 78 ++++++++++++++++++++++
4 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644
src/plugin/protocol-http/src/test/org/apache/nutch/protocol/http/TestProtocolHttpByProxy.java