Nicolas
Nicolas
I did it once, but after doing a simple benchmark, it didn't improve the performance a lot. It seems that the operating system keeps a lot of buffers in memory...
I'm not working actively on this project (just fixing bugs and replying issues), but, if you want, I'm accepting PRs :)
Yes, I have updated readme.md with that feature. I think it could be a request with a DELETE method and some header. From what I've been reading caddy will add...
@casdr I work on this project from time to time. I will probably look into this the next time
@pwFoo same response as before. I only work in this project from time to time. PR are welcome, though. If you want to work on this, I would be glad...
I have two guesses here: the first one is that there is a concurrency issue in the cache code and the other one is that there is another plugin that...
I seems that it's not related to the configuration. For compiling it with a more verbose output it's a little bit harder. The problem is that this message comes from...
This is likely to be a race condition. Can you compile it and run it with `-race`? I'm going to try to debug it using large files using a range...
@DeanMarkTaylor Thanks to the fix that @naiba proposed, I've understood why some request got stuck, it's because of slow readers where breaking the pub/sub mechanism. I've just published the fix....
Yes, this is definitely something that should be made. It's not a that simple because currently the information of cached responses is kept in memory, only saving the payloads in...