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
The webserver duplicates the Content-Length header when accessing static files, like CSS, JS, and JSON files. This causes issues with some web clients like aiohttp. This exists on 0.6.3 and 0.7.0-rc12
To Reproduce
Inspect any request of a static file, examples style.css and main.js
Expected behavior
There should only be a single header for Content-Length
Screenshots or video
The text was updated successfully, but these errors were encountered:
Perform all steps below and tick them with [x]
Describe the bug
The webserver duplicates the Content-Length header when accessing static files, like CSS, JS, and JSON files. This causes issues with some web clients like aiohttp. This exists on 0.6.3 and 0.7.0-rc12
To Reproduce
Inspect any request of a static file, examples style.css and main.js
Expected behavior
There should only be a single header for Content-Length
Screenshots or video
The text was updated successfully, but these errors were encountered: