http2 broken

洪志道 hongzhidao at gmail.com
Wed Jul 11 09:35:31 UTC 2018


BTW. It works well by the temporary fix.

--- a/src/http/v2/ngx_http_v2_filter_module.c
+++ b/src/http/v2/ngx_http_v2_filter_module.c
@@ -446,7 +446,6 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)
     if (h2c->table_update) {
         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,
                        "http2 table size update: 0");
-        *pos++ = (1 << 5) | 0;
         h2c->table_update = 0;
     }

@@ -1010,7 +1009,6 @@ ngx_http_v2_push_resource(ngx_http_request_t *r,
ngx_str_t *pat
     if (h2c->table_update) {
         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,
                        "http2 table size update: 0");
-        *pos++ = (1 << 5) | 0;
         h2c->table_update = 0;
     }



On Wed, Jul 11, 2018 at 5:28 PM 洪志道 <hongzhidao at gmail.com> wrote:

> Hi.
>
> The client can't load the image served by nginx-1.13.6+.
> [App with Android 7.1.2  4.4.4  4.12 series]
>
> It works well in nginx-1.13.5, but go wrong in ngnx-1.13.6+.
> The change is http://hg.nginx.org/nginx/rev/12cadc4669a7.
>
> I found the similar problem.
> https://github.com/cloudflare/sslconfig/issues/83
>
> Now I don't know where the problem is. NGINX or Client?
>
> Does anyone know?
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20180711/3057b658/attachment.html>


More information about the nginx-devel mailing list