|
Posted
16 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #728: URL: https://github.com/apache/httpcomponents-client/pull/728#discussion_r2595253079 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/InternalHttpAsyncExecRuntime.java: ########## @@ Read more
|
|
Posted
17 days
ago
by
ASF GitHub Bot
Websocket support
|
|
Posted
17 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #728: URL: https://github.com/apache/httpcomponents-client/pull/728#discussion_r2594736146 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/InternalH2AsyncExecRuntime.java: ########## @@ Read more
|
|
Posted
17 days
ago
by
ASF GitHub Bot
arturobernalg commented on PR #719: URL: https://github.com/apache/httpcomponents-client/pull/719#issuecomment-3617814161 > > I don't recommend doing this. Package-private (default) visibility is the only reliable Java language mechanism we have Read more
|
|
Posted
18 days
ago
by
ASF GitHub Bot
rschmitt commented on PR #719: URL: https://github.com/apache/httpcomponents-client/pull/719#issuecomment-3615199975 > @rschmitt That seems to imply that public API classes would have some implementation code in them that needed to be kept Read more
|
|
Posted
19 days
ago
by
Oleg Kalnichevski
> java.net.SocketException: Broken pipe nicolasm35 I am not entirely sure what it is exactly you expect us to do? Cast a curse on the server? Because clearly the connection gets dropped by the opposite endpoint. HttpClient does not impose any limit Read more
|
|
Posted
19 days
ago
by
Nicolas Melo
Unable to send string entity with more than 100000 bytes
|
|
Posted
19 days
ago
by
Nicolas Melo
I was using httpclient4 (4.5.14) to send a String entity to Starrocks following example here: https://github.com/StarRocks/demo/blob/master/MiscDemo/stream_load/java/StarRocksStreamLoad.java#L128 I have tried to upgrade to httpclient5 but it Read more
|
|
Posted
19 days
ago
by
ASF GitHub Bot
ok2c commented on code in PR #719: URL: https://github.com/apache/httpcomponents-client/pull/719#discussion_r2586055427 ########## httpclient5-sse/src/main/java/org/apache/hc/client5/http/sse/EventSource.java: ########## @@ -0,0 +1,131 @@ +/* + * Read more
|
|
Posted
20 days
ago
by
ASF GitHub Bot
ok2c commented on PR #719: URL: https://github.com/apache/httpcomponents-client/pull/719#issuecomment-3606494876 > I don't recommend doing this. Package-private (default) visibility is the only reliable Java language mechanism we have to Read more
|