Yeah... GZIP and Deflate handling is messing up static files served by /api/v1/files . The result is that the request is chunked and only the first chunk is served and then the connection hangs.
Oh well... no GZIP on the API then.
@Velocio started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Yeah... GZIP and Deflate handling is messing up static files served by /api/v1/files . The result is that the request is chunked and only the first chunk is served and then the connection hangs.
Oh well... no GZIP on the API then.