Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deflate content encoding is broken in HTTP responses. #6402

Open
mjjbell opened this issue Oct 12, 2022 · 1 comment
Open

Deflate content encoding is broken in HTTP responses. #6402

mjjbell opened this issue Oct 12, 2022 · 1 comment

Comments

@mjjbell
Copy link
Member

mjjbell commented Oct 12, 2022

Issue

As highlighted in #6330, the deflate content encoding used in HTTP responses by osrm-routed is broken.
This bug is obscured by most browsers/clients accepting gzip and deflate, with the server selecting gzip if given the choice.

Steps to reproduce

See #6330

@SiarheiFedartsou
Copy link
Member

Should we start thinking about something like #3832 instead of trying to fix all those issues in osrm-routed? I've been working on POC based on https://www.fastify.io/ at the moment, I hope I will make a PR with first draft soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants