Re: [PR] Enable JEP 380 UDS support for sync client [httpcomponents-client]

2025-06-29 Thread via GitHub
rschmitt commented on code in PR #662: URL: https://github.com/apache/httpcomponents-client/pull/662#discussion_r2173911384 ## httpclient5/src/main/java/org/apache/hc/client5/http/socket/Jep380SocketChannelAdapter.java: ## @@ -0,0 +1,95 @@ +/* + * ==

Re: [PR] Enable JEP 380 UDS support for sync client [httpcomponents-client]

2025-06-29 Thread via GitHub
ok2c commented on code in PR #662: URL: https://github.com/apache/httpcomponents-client/pull/662#discussion_r2173669920 ## httpclient5/src/main/java/org/apache/hc/client5/http/socket/Jep380SocketChannelAdapter.java: ## @@ -0,0 +1,95 @@ +/* + * ==

Re: [PR] Replace the old InputStreamFactory registries with the new Decoder / Encoder pipeline [httpcomponents-client]

2025-06-29 Thread via GitHub
ok2c commented on code in PR #660: URL: https://github.com/apache/httpcomponents-client/pull/660#discussion_r2173669502 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/compress/Decoder.java: ## @@ -0,0 +1,60 @@ +/* + *