unixsocket-http
unixsocket-http copied to clipboard
A Clojure library to handle HTTP communication over UNIX domain (and TCP) sockets
Results
2
unixsocket-http issues
Sort by
recently updated
recently updated
newest added
Hi, I am trying to use the unix http socket to communicate with [Incus](https://linuxcontainers.org/incus/). But it seems like any communication I try either hangs, or takes very long time in...
I'm seeing this warning when running on JDK 24+ which is most likely from the dependency we have: ``` WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::loadLibrary...