- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can not get files that larger than 128k files with http2 over ssl #290
Comments
i am not sure about this problem. i can not reproduce. |
what version of actix-web do you use? |
actix-web-0.6.12 |
Could you post response headers? |
Demo is up.
I don't think header can be useful |
I did prepare a demo with Dockerfile to reproduce.
|
could you check what version of |
It's last version of h2 (h2-0.1.9) |
Did you check Dockerfile ? |
Let’s try VM. I on OS X and it works |
Yes on OS X it correctly works. |
Ok, I’ll recheck tomorrow. I am traveling at the moment |
fixed in master |
Hi,
I can not get files that larger than 128k files with http2 over SSL.
openssl and libssl-dev are 1.1.0h.
Demo :
curl -v https://www.securation.com:4443/static/js/main.0632fced.js --http2
curl -v https://www.securation.com:4443/static/js/main.0632fced.js --http1.1
Log :
It works correctly with http1.1 with SSL or http2 without SSL.
The text was updated successfully, but these errors were encountered: