Skip to content
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

Incomplete responses #216

Open
runekm opened this issue Jul 21, 2019 · 6 comments
Open

Incomplete responses #216

runekm opened this issue Jul 21, 2019 · 6 comments

Comments

@runekm
Copy link

runekm commented Jul 21, 2019

After upgrading from version 0.7.0 to 0.9.0, I started getting incomplete responses from Redbird. This happened when Redbird was proxying responses that had transfer-encoding "chunked". I haven't examined the problem in detail, but it disappeared as soon as I downgraded to version 0.7.0 again.

@runekm
Copy link
Author

runekm commented Nov 25, 2019

I recently tried upgrading to 0.9.1 again, and the problem reappeared. My ajax requests then starts failing once in a while because just parts of the json that is sent from the server, is received. This seems to only be happening when I send compressed content using http2 - and it only happens in newer versions of Redbird. Disabling compression on the server, seems to fix the problem again.

I suspect that these may be related issues:
#225 and #231

Does anyone else see these problems?

@xdev-x
Copy link

xdev-x commented May 17, 2020

Yes I do have the same issues. I had to disable http2 and gzip compression... Unfortunately, redbird does not seems to be upgraded anymore. Maybe should we fork it ?

@runekm
Copy link
Author

runekm commented May 18, 2020

Yes I do have the same issues. I had to disable http2 and gzip compression... Unfortunately, redbird does not seems to be upgraded anymore. Maybe should we fork it ?

I like Redbird, but it has a lot of small problems. I've spent quite an amount of time trying to find work arounds for some of them. In the end I figured it was much easier to just set up nginx with certbot for letsencrypt certificates. So I did - and I found that this was quite easy to set up, and it has worked flawlessly since.

@xdev-x
Copy link

xdev-x commented May 18, 2020

Do you have a link that explains how to setup nginx and certbot ? I mean with automatic renew of certificates, etc.

Thx for your feedback

@namipsg
Copy link

namipsg commented May 22, 2020

same here with React Next.js and express on version 0.10.0 setting httpv2 flag to true will break the webpage load due to corrupt chunk files , downgrading to version 0.7.0 fixes the issue but at the install time i got a warning -> Hey! Lets'Encrypt will STOP WORKING with Greenlock v2 at the end of October

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants