Replies: 3 comments 6 replies
-
/cc @Sgitario, @cescoffier, @geoand |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cescoffier does the Vert.x HTTP Client support the UNIX socket protocol? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Native transports are not supported in GraalVM produced binaries. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added the --enable-url-protocols=unix parameter to the configuration file
but error:
Caused by: java.net.MalformedURLException: Accessing an URL protocol that was not enabled. The URL protocol unix is not tested and might not work as expected. It can be enabled by adding the --enable-url-protocols=unix option to the native-image command
Beta Was this translation helpful? Give feedback.
All reactions