[jira] [Created] (NUTCH-3020) ParseSegment should check for protocol's flags for truncation

2023-11-01 Thread Tim Allison (Jira)
Tim Allison created NUTCH-3020: -- Summary: ParseSegment should check for protocol's flags for truncation Key: NUTCH-3020 URL: https://issues.apache.org/jira/browse/NUTCH-3020 Project: Nutch

[jira] [Created] (NUTCH-3021) Improve http-protocol to identify truncated content

2023-11-01 Thread Tim Allison (Jira)
Tim Allison created NUTCH-3021: -- Summary: Improve http-protocol to identify truncated content Key: NUTCH-3021 URL: https://issues.apache.org/jira/browse/NUTCH-3021 Project: Nutch Issue Type:

[jira] [Commented] (NUTCH-3020) ParseSegment should check for protocol's flags for truncation

2023-11-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781820#comment-17781820 ] ASF GitHub Bot commented on NUTCH-3020: --- tballison opened a new pull request, #794: URL:

[PR] NUTCH-3020 -- ParseSegment should check for okhttp's truncation flag [nutch]

2023-11-01 Thread via GitHub
tballison opened a new pull request, #794: URL: https://github.com/apache/nutch/pull/794 Thanks for your contribution to [Apache Nutch](https://nutch.apache.org/)! Your help is appreciated! Before opening the pull request, please verify that * there is an open issue on the [Nutch

[jira] [Commented] (NUTCH-3020) ParseSegment should check for protocol's flags for truncation

2023-11-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781925#comment-17781925 ] ASF GitHub Bot commented on NUTCH-3020: --- lewismc commented on PR #794: URL:

Re: [PR] NUTCH-3020 -- ParseSegment should check for okhttp's truncation flag [nutch]

2023-11-01 Thread via GitHub
lewismc commented on PR #794: URL: https://github.com/apache/nutch/pull/794#issuecomment-1789810071 We have no tests for `ParseSegment` right now. I think it would be excellent if this PR could include a test for `ParseSegment.isTruncated`. -- This is an automated message from the Apache