into-docker / unixsocket-http

A Clojure library to handle HTTP communication over UNIX domain (and TCP) sockets
MIT License
20 stars 0 forks source link

Upgrade to 'junixsocket' 2.7.2 #20

Closed xsc closed 1 year ago

xsc commented 1 year ago

Required some adaptions in socket creation and connection.

Potentially addresses #19.

lispyclouds commented 1 year ago

@xsc tested this branch locally on Java 21 and seems to work fine! 😄

xsc commented 1 year ago

@lispyclouds Thanks for trying it out! I got distracted yesterday before I was done. :D

I'll merge, and later today or tomorrow I'll verify GraalVM compilation, before releasing.