TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

OpenSSL vendoring should be optional #69

Closed robmv closed 1 year ago

robmv commented 2 years ago

I use simple-http-server for easy on time sharing of files inside the local network. I don't want to rebuild it for every new security update of OpenSSL. If someone needs it statically linked for some usage inside a container, they can use the --features argument of cargo install

TheWaWaR commented 1 year ago

It seems hyper-native-tls is enough to use simple-http-server inside a container, just removed openssl.

https://github.com/TheWaWaR/simple-http-server/releases/tag/v0.6.3