[GH-ISSUE #105] FR: Support Unix sockets #64

Closed
opened 2026-02-27 10:15:34 +03:00 by kerem · 4 comments
Owner

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 :).

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 :).
kerem closed this issue 2026-02-27 10:15:34 +03:00
Author
Owner

@matze commented on GitHub (Feb 16, 2025):

Will follow up once we have axum 0.8 and the axum::serve::Listener trait.

<!-- gh-comment-id:2661581674 --> @matze commented on GitHub (Feb 16, 2025): Will follow up once we have axum 0.8 and the `axum::serve::Listener` trait.
Author
Owner

@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.

<!-- gh-comment-id:2898121860 --> @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.
Author
Owner

@matze commented on GitHub (May 22, 2025):

Please re-open if there are open points.

<!-- gh-comment-id:2902026703 --> @matze commented on GitHub (May 22, 2025): Please re-open if there are open points.
Author
Owner

@Guanran928 commented on GitHub (May 22, 2025):

Sorry, I don't have access to a computer until the weekend, will definitely try it soon. :-)

<!-- gh-comment-id:2902097240 --> @Guanran928 commented on GitHub (May 22, 2025): Sorry, I don't have access to a computer until the weekend, will definitely try it soon. :-)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#64
No description provided.