<div dir="ltr">BTW. It works well by the temporary fix. <div><br></div><div><div>--- a/src/http/v2/ngx_http_v2_filter_module.c</div><div>+++ b/src/http/v2/ngx_http_v2_filter_module.c</div><div>@@ -446,7 +446,6 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)</div><div>     if (h2c->table_update) {</div><div>         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,</div><div>                        "http2 table size update: 0");</div><div>-        *pos++ = (1 << 5) | 0;</div><div>         h2c->table_update = 0;</div><div>     }</div><div><br></div><div>@@ -1010,7 +1009,6 @@ ngx_http_v2_push_resource(ngx_http_request_t *r, ngx_str_t *pat</div><div>     if (h2c->table_update) {</div><div>         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,</div><div>                        "http2 table size update: 0");</div><div>-        *pos++ = (1 << 5) | 0;</div><div>         h2c->table_update = 0;</div><div>     }</div></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 11, 2018 at 5:28 PM 洪志道 <<a href="mailto:hongzhidao@gmail.com">hongzhidao@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi.<div><br></div><div>The client can't load the image served by nginx-1.13.6+.</div><div>[App with Android 7.1.2  4.4.4  4.12 series]<br><div><br></div><div>It works well in nginx-1.13.5, but go wrong in ngnx-1.13.6+.</div><div>The change is <a href="http://hg.nginx.org/nginx/rev/12cadc4669a7" target="_blank">http://hg.nginx.org/nginx/rev/12cadc4669a7</a>.</div><div><br></div><div>I found the similar problem.</div><div><a href="https://github.com/cloudflare/sslconfig/issues/83" target="_blank">https://github.com/cloudflare/sslconfig/issues/83</a><br></div></div><div><br></div><div>Now I don't know where the problem is. NGINX or Client?</div><div><br></div><div>Does anyone know?</div><div>Thanks.</div></div>
</blockquote></div>