We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug lws_extension_callback_pm_deflate: zlib error inflate -3: "invalid distance too far back" when ssl is enabled.
lws_extension_callback_pm_deflate: zlib error inflate -3: "invalid distance too far back"
To Reproduce Steps to reproduce the behavior:
git stash
git checkout 3b175748c7413f02b6b3d390629a6a10414e23e2 -b test
./scripts/cross-build.sh
./build/ttyd -W -S -C server.crt -K server.key -t enableTrzsz=true bash
https://localhost:7681/
trz
Expected behavior trz upload file success when ssl is enabled.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered:
It works with libwebsockets main and v4.3-stable branches if -DLWS_WITH_HTTP2=ON, but not with the 4.3.2 release.
main
v4.3-stable
-DLWS_WITH_HTTP2=ON
4.3.2
Sorry, something went wrong.
scripts: update libwebsockets to 4.3.3
3a5b28a
Must set "-DLWS_WITH_HTTP2=ON", otherwise mbedtls may go wrong: tsl0922#1254
-DLWS_WITH_HTTP2=OFF
lws_extension_callback_pm_deflate
scripts: update libwebsockets to 4.3.3 (#1252)
fd280fe
Must set "-DLWS_WITH_HTTP2=ON", otherwise mbedtls may go wrong: #1254
Successfully merging a pull request may close this issue.
Describe the bug
lws_extension_callback_pm_deflate: zlib error inflate -3: "invalid distance too far back"
when ssl is enabled.To Reproduce
Steps to reproduce the behavior:
git stash
git checkout 3b175748c7413f02b6b3d390629a6a10414e23e2 -b test
./scripts/cross-build.sh
./build/ttyd -W -S -C server.crt -K server.key -t enableTrzsz=true bash
https://localhost:7681/
trz
upload a fileExpected behavior
trz
upload file success when ssl is enabled.Screenshots
Environment:
The text was updated successfully, but these errors were encountered: