arturobernalg merged PR #703:
URL: https://github.com/apache/httpcomponents-client/pull/703
--
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
arturobernalg commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2283036186
##
pom.xml:
##
@@ -215,6 +215,7 @@
com.github.luben
zstd-jni
${zstd.jni.version}
+true
Review Comment:
removed
ok2c commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2280528205
##
pom.xml:
##
@@ -215,6 +215,7 @@
com.github.luben
zstd-jni
${zstd.jni.version}
+true
Review Comment:
@arturobernalg T
arturobernalg commented on PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#issuecomment-3192281414
@ok2c please do another pass.
--
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
ok2c commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2278903822
##
httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/DeflatingZstdEntityProducer.java:
##
@@ -0,0 +1,345 @@
+/*
+ * =
arturobernalg commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2276336761
##
httpclient5/pom.xml:
##
@@ -116,7 +116,7 @@
com.github.luben
zstd-jni
- test
+ 1.5.7-3
Review Comment:
@ok2c ple
ok2c commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2276226293
##
httpclient5/pom.xml:
##
@@ -116,7 +116,7 @@
com.github.luben
zstd-jni
- test
+ 1.5.7-3
Review Comment:
@arturobernalg I s
arturobernalg commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2267620041
##
httpclient5/pom.xml:
##
@@ -116,7 +116,7 @@
com.github.luben
zstd-jni
- test
+ 1.5.7-3
Review Comment:
@ok2c a m
ok2c commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2267030668
##
httpclient5/pom.xml:
##
@@ -116,7 +116,7 @@
com.github.luben
zstd-jni
- test
+ 1.5.7-3
Review Comment:
@arturobernalg Is
garydgregory commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2265286350
##
httpclient5/src/main/java/org/apache/hc/client5/http/async/methods/DeflatingZstdEntityProducer.java:
##
@@ -0,0 +1,345 @@
+/*
+ * =
github-advanced-security[bot] commented on code in PR #703:
URL:
https://github.com/apache/httpcomponents-client/pull/703#discussion_r2265281657
##
httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncClientZstdCompressionExample.java:
##
@@ -0,0 +1,191 @@
+/*
+ *
arturobernalg opened a new pull request, #703:
URL: https://github.com/apache/httpcomponents-client/pull/703
Adds transparent zstd response decoding via `ContentCompressionAsyncExec`
(`InflatingZstdDataConsumer`).
Provides `DeflatingZstdEntityProducer` for streaming request compression.
12 matches
Mail list logo