sbstp
sbstp
I've tried a couple designs and none worked. This is a place where polymorphism would make it much easier. I couldn't get it to work with generics. If you have...
There's no caching inside this crate, but since it uses `getaddrinfo`, there might be caching involved behind the scenes, depending on the operating system.
1. How do you want to pick the time the info should stay in the cache? We don't have access to TTL information. Let the user configure it? 2. The...
I think that a cache option could be added to the CpuPoolResolver, but I wouldn't give the default resolver a cache (the lazy static one). So you could only get...
Any updates on this? Is it ready for merging?
I did more digging in the code and ended up landing on this page https://man7.org/linux/man-pages/man4/fuse.4.html (Fuse ABI). If someone ends up here in the future, TTL is related to getattr...
We're using the multipart library which is now deprecated. Not sure what the future holds for multipart support.
@dependabot recreate