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
I noticed that ./dist/ has .br copies of some files (and also.gzand.br.gz) which are simply not used by the compiled server. Tested with Firefox and Ungoogled Chromium, so this means that it's definitely not a web browser's issue.
It's nice that at least Gzip is used, although I don't know how exactly, is this a default feature of Axum? The requested URL/file doesn't have .gz extension. Same happened with serve.
I cannot reproduce this issue using the matching git version of both the CLI and fullstack (79e18c2). You may be using a version of dioxus fullstack before #2329
Oh, man... I forgot that CLI/codebase dependencies desynchronization is a thing (struggle with "living on the edge"). I tried with d6fc5dc, but I faced some internal Signal compilation error. Using 79e18c2 worked fine.
I need to remember to add something like this to my future projects:
Problem
I noticed that
./dist/
has.br
copies of some files (and also.gz
and.br.gz
) which are simply not used by the compiled server. Tested with Firefox and Ungoogled Chromium, so this means that it's definitely not a web browser's issue.It's nice that at least Gzip is used, although I don't know how exactly, is this a default feature of Axum? The requested URL/file doesn't have
.gz
extension. Same happened withserve
.cd dist && du -sb *
:It looks that
.br.gz
and.gz
alternatives can be removed for this particular example.I get the things that will be transferred should be compressed, but server binary? Is this an automatic process without filtering?
CC @ealmloff
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: