With the HEAD of git master, I get:
[INFO] ---
[INFO] T E S T S
[INFO] ---
[INFO] Running org.apache.hc.client5.http.psl.TestPublicSuffixMatcher
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Sk
garydgregory opened a new pull request, #569:
URL: https://github.com/apache/httpcomponents-client/pull/569
Let `DeflateInputStream` extends `FilterInputStream`
- Reduces boilerplate
- Improve Javadoc
- Internal static class can be private
- Reuse constant Deflater.DEFLATED
Ah, I see the comment in out GH GI file. How about marking a Windows build
with the experimental flag? Would anyone mind that?
Gary
On Wed, Aug 21, 2024, 6:12 PM Gary D. Gregory wrote:
> With the HEAD of git master, I get:
>
> [INFO] ---
> [IN