|
Posted
3 months
ago
by
Oleg Kalnichevski
> That's why I would classify this as a bug. winfriedgerlach No, you would not. This hack existed because the classic version of HttpClient had some 20 year old APIs that went all the way back to version 2.x and the Holy Roman Empire. The async Read more
|
|
Posted
3 months
ago
by
Winfried Gerlach
In all HttpClient versions up and until 5.3.1, it was possible to prevent the use of plaintext HTTP by only registering a HTTPS ConnectionSocketFactory. When trying to access an HTTP resource, this would then lead to an UnsupportedSchemeException ("http protocol is not supported"): Read more
|
|
Posted
3 months
ago
by
ASF GitHub Bot
koszta5 commented on PR #722: URL: https://github.com/apache/httpcomponents-client/pull/722#issuecomment-3291053654 please give me ~24 hours to watch my metrics I have installed this to our runtime and should be able to give you confirmation Read more
|
|
Posted
3 months
ago
by
ASF GitHub Bot
arturobernalg commented on code in PR #723: URL: https://github.com/apache/httpcomponents-client/pull/723#discussion_r2347470589 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/HttpRFC7578Multipart.java: ########## @@ Read more
|
|
Posted
3 months
ago
by
ASF GitHub Bot
ok2c commented on code in PR #723: URL: https://github.com/apache/httpcomponents-client/pull/723#discussion_r2347457885 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/HttpRFC7578Multipart.java: ########## @@ -101,8 Read more
|
|
Posted
3 months
ago
by
ASF subversion and git services
Commit 4466cca4a1021820586789e6bfeb885643451b58 in httpcomponents-client's branch refs/heads/5.5.x from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=4466cca4a ] HTTPCLIENT-2393 - remove rspauth from Authorization Read more
|
|
Posted
3 months
ago
by
Oleg Kalnichevski
Bug in closing AbstractHttpAsyncClientBase causing long-lived classloaders
|
|
Posted
3 months
ago
by
ASF GitHub Bot
Introduce Server-Sent Events (SSE) client API for HttpClient5
|
|
Posted
3 months
ago
by
Jon Harper
hi abernal, I tested and I had the opt out behavior, great ! I noticed two interesting things: Just a note regarding your second statement "No JVM system properties are read unless useSystemProperties() is called" that's not true. I didn't call
Read more
|
|
Posted
4 months
ago
by
Arturo Bernal
Add EventSource with resumable streams, pluggable backoff, and header overrides. Provide CHAR/BYTE parsers, Retry-After integration, and Last-Event-ID support. SseExecutor manages shared/custom clients, schedulers, and callback executors. Ship Read more
|