This quarkus project is for showcasing a possible bug in quarkus/netty regarding multipart http-requests.
It seems, for each part of a multipart request, an Attr_ temp file is created and not deleted properly after the request is done.
- Check your temp dir for Attr_ files, e.g.
ls /tmp/ | grep Attr_
- Execute the quarkus test that will execute a http multipart request
./mvn test
- Check you temp dir again, more Attr_ exist even if you jvm is shut down completely