mirror of
https://github.com/matze/wastebin.git
synced 2026-04-26 00:55:59 +03:00
[GH-ISSUE #105] FR: Support Unix sockets #64
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Guanran928 on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/105
Originally assigned to: @matze on GitHub.
Unix sockets can provide better performance and access control management compared to a TCP socket. It would be great if Wastebin could provide Unix socket support :).
@matze commented on GitHub (Feb 16, 2025):
Will follow up once we have axum 0.8 and the
axum::serve::Listenertrait.@matze commented on GitHub (May 21, 2025):
Can you please check #162? Note that I won't change the default behaviour of tokio's
UnixListener, i.e. it will not clean up the socket file on exit and it will complain if it exists already. Hope it's what you have in mind.@matze commented on GitHub (May 22, 2025):
Please re-open if there are open points.
@Guanran928 commented on GitHub (May 22, 2025):
Sorry, I don't have access to a computer until the weekend, will definitely try it soon. :-)