-
Notifications
You must be signed in to change notification settings - Fork 133
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
HPACK patch broken for Nginx 1.13.10 #93
Comments
Maybe you can try my patch, https://github.com/kn007/patch/blob/master/nginx.patch |
have you tried with nginx 1.3.10 master branch you patch as huge amount of changes in |
Oh, sorry. My mistake. |
Thanks @kn007 seems your patch is 3 in one for
Do you have HTTP HPACK patch by itself ? |
@centminmod I'm off work now. I'll make patch for you when I get home. |
Thanks @kn007 it patched perfectly in 1.13.10. Very much appreciate your help with this !
compiled fine
h2load test HTTP/2 HPACK Full Encoding = 93.7+ % header space savings and counting 👍
|
You are welcome. |
I test with I test the patch with my own website but IE11 in win10 does not like it :P |
@PikachuEXE what's happening in IE11 ? |
It won't load after first request |
I tested on IE 11 Windows 7 and worked for me. |
What website do you use for testing? |
I test the patch with our own website with BrowserStack IE11 on Win7 again edit: this error is caused by incorrect Nginx config, let me post the actual error later |
OK this is our testing website: https://staging.spacious.hk/en/hong-kong/for-sale IE11 on Win7 on BrowserStack sometimes crashes, which is why I am not sure if it's working for IE 11 or not |
Using win7 system with IE 11, it was working fine. |
Thanks guys :) Oh |
Tested with Virtual box VM with IE11 on win 7 $ url=https://www.spacious.hk/en/about-us
$ for i in $(seq 1 10); do echo "h2load run $i"; h2load $url -n $i | tail -6 | head -1; done
|
Any idea if it works with Nginx 1.14.0? |
It failed for me
|
@kevin25 Even using my patch? You could using this one: https://github.com/kn007/patch/blob/master/nginx__1.13.10_http2_hpack.patch Pls delete the old files and re-extract the nginx-1.14.0.tar.gz, then patch the patch to try it again. |
Yes, i did. This one seems to work. I'll test it. Thank you. Cloudflare team doesn't support this anymore? |
Cloudflare is using their own server, see their blog
|
Cloudflare open-source the patch but don't really maintain for every Nginx version |
I am using https://github.com/hakasenyang/openssl-patch/blob/master/nginx_hpack_push_1.15.3.patch for nginx |
Thank you. Is it still working with 1.17.1? |
Thank you. Is it still working with 1.17.1? |
Using @PikachuEXE patch #92
The text was updated successfully, but these errors were encountered: