You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: