Jose Quintana
Jose Quintana
> @joseluisq, what is the reason for this being a fork? It’s quite difficult to figure out the changes compared to upstream, with upstream changes being merged into it. However,...
> I went through the dependencies. #354 should take care of the `headers` dependency, updating to 0.4 should be easy then. Other than that, `http` needs to be updated to...
It's still an ongoing work but unfortunately got stale. The author did a great job moving this forward but there is some refactoring to make on the graceful shutdown and...
Unfortunately, `redirect-trailing-slash` does not work when specifying URL rewrites because those are evaluated before the trailing slash check. The way to work around this is define a URL redirect to...
The idea is not bad. We could use similar logic when working with the `Accept-Encoding` but of course under the `--directory-listing` being enabled. I think that this feature should complement...
It makes sense. `compression-static` is dictated by the `compression` feature right now which should be not the case since it mostly works with the `AcceptEncoding` value. And I agree that...
Although the idea is not bad. It would be great to see more details or a proposal for how It could look and would work using a single configuration for...
> Well, we have that problem already. Rewrites can already be rewrites or redirects. But not the other way around. I wouldn't call it a problem but rather a different...
As you mentioned, this is an upstream Hyper issue (hyperium/hyper#1885) that unfortunately is not fixed for `0.14` but for `1.0`. However, we are not ready for 1.0 and moving to...
Can you please share the SWS `trace` logs when this problems occur?