sebastian-nagel opened a new pull request, #877: URL: https://github.com/apache/nutch/pull/877
- upgrade to OkHttp 5.3.2 - enable support for zstd content-encoding Meta sites already support zstd content-encoding: ``` $> $NUTCH_HOME/bin/nutch parsechecker https://www.llama.com/faq/ ... _request_ = GET /faq/ HTTP/2 ... Accept-Encoding: zstd, br, gzip ... _response.headers_ = HTTP/2 200 vary: Accept-Encoding content-encoding: zstd ... ``` (with `http.useHttp2`, `store.http.request` and `store.http.headers` set to true) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

