Matthew Pomes
Matthew Pomes
After writing an implementation of option 1, and exploring the API a bit, I think it's the right way forward. To that end, I'd like to suggest another improvement, which...
This is most likely best addressed as an external crate. There are several options here, depending on what you actually want. I don't think generating routes from an openapi spec...
This is more difficult than you might think. I'm not sure how npm's live-server works, but I suspect it's unloading and reloading the server, but keeping any existing steaming connections...
How should we handle the case where a Resolver returns None? Currently, we fall back to some static certificate & keys configured on startup. I don't think we should change...
After some tinkering, it looks like rustls refuses the connection. Firefox reports `SSL_ERROR_ACCESS_DENIED_ALERT`, and the server logs `no server certificate chain resolved`. As far as I can tell, this is...
@jakswa There is a solution merged recently, see https://github.com/the10thWiz/rocket-caching-layer for the implementation. It's only on master right now (although it should be coming with 0.6).