-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
GZip and Flate Need Required. #583
Comments
Hi, @nolyoi use Kemal from the Add this to your application's dependencies:
kemal:
github: kemalcr/kemal
branch: master |
Still not showing up in the helpers file with branch: master added. Just deleted kemal, reinstalled with branch: master and same issue. |
Duplicate of:
Fixed by #570, just waiting on a new release. Can use If you have |
@Blacksmoke16 Its September, why didn't you release this? |
@Xosmond Well for one this isn't my project and I don't have permission to do so. I think you meant to ask @sdogruyol. |
@sdogruyol will you be releasing this soon? |
This pretty much breaks the basic quick tutorial. |
As mentioned in previous comments the following combination did the job for me too:
Then reinstall with
|
Maybe @sdogruyol is taking a break |
@sdogruyol @bcardiff @mamantoha I'd be happy to help get this out if you don't have the time. |
In the meantime, use this to also avoid an issue with websockets (#577):
|
@ricardobeat It's already fixed in master branch. You can update your project's
and run
That's it. @sdogruyol should make a new release with the latest changes. |
I noticed that this issue is open since July, and now it's November. I also noticed it's already fixed and it seems all it needs is a release! A new release with the latest changes would be greatly appreciated! |
@bcardiff @sdogruyol is something going on, anything we can do to help? There have been no updates to the project since August. |
I'm not the maintainer of the repo, nor have access to the organization. @sdogruyol is the one who can do releases. |
In my company we're evaluating more use of Crystal and Kemal, but this issue is concerning, is the project maintained? What's in the future? |
It's been a while, I'll maintain and triage the issues. Also adding more people as maintainers. |
Closing as the original issue is already resolved 👍 |
Description
Kemal doesn't run "out of the box". Some extra requires are necessary that should be included when you require Kemal. Seems this line isn't working?
Steps to Reproduce
Expected behavior: To work out of the box.
Actual behavior: Need to require Flate and GZip.
Versions
Crystal: 0.35.1
Kemal: 0.26.1
OS: Pop_OS 20.04 (Ubuntu 20.04)
The text was updated successfully, but these errors were encountered: