garydgregory merged PR #476:
URL: https://github.com/apache/httpcomponents-core/pull/476
--
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: dev-unsubscr...
ok2c commented on PR #566:
URL:
https://github.com/apache/httpcomponents-client/pull/566#issuecomment-2293438025
@massdosage I am fine with your changes to the `PublicSuffixMatcher` class.
However I do think we must preserve the original behavior of `#matchIdentity`
method of `DefaultHostn
dependabot[bot] opened a new pull request, #477:
URL: https://github.com/apache/httpcomponents-core/pull/477
Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0.
[ from
5.10.3 to 5.11.0.
Release notes
Sourced from https://github.com/junit-team/junit5/releases";>org.junit
dependabot[bot] opened a new pull request, #479:
URL: https://github.com/apache/httpcomponents-core/pull/479
Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava)
from 3.1.8 to 3.1.9.
Release notes
Sourced from https://github.com/ReactiveX/RxJava/releases";>io.re
garydgregory opened a new pull request, #567:
URL: https://github.com/apache/httpcomponents-client/pull/567
support mark(int) and reset() if the underlying stream does
- Pass calls to the underlying InputStream for mark(int)
- Pass calls to the underlying InputStream for reset()
arturobernalg commented on code in PR #567:
URL:
https://github.com/apache/httpcomponents-client/pull/567#discussion_r1720664106
##
httpclient5/src/main/java/org/apache/hc/client5/http/entity/LazyDecompressingInputStream.java:
##
@@ -83,19 +83,29 @@ public boolean markSupported