emmett-framework / granian

A Rust HTTP server for Python applications
BSD 3-Clause "New" or "Revised" License
2.86k stars 83 forks source link

The socket holder class seems to be unused, remove it #118

Closed matthiask closed 1 year ago

matthiask commented 1 year ago

@gi0baro I have dabbled around in Rust during advent of code a bit, and am looking into using granian for hosting an ASGI app. I'm mostly using Unix sockets so I have been looking into #97 for a bit and reading the code. It seems to me that the Rust SocketHolder class is unused since its introduction but I probably missed something.

gi0baro commented 1 year ago

@matthiask I can't remember why I kept it around. So I gonna merge this, thank you!