<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 28 September 2015 at 19:44, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Wednesday 23 September 2015 06:28:37 Aapo Talvensaari wrote:<br>>> I did get errors like:<br>>> net::ERR_SPDY_COMPRESSION_ERROR<br></span>> Could you provide a debug log with problematic request?<br></blockquote><div><br></div><div>I tried to debug this further. And now I'm closer to what happens.</div><div><br></div><div>If Ajax request sends a PUT request with XmlHtttpRequest I do get:</div><div>net::ERR_SPDY_COMPRESSION_ERROR</div><div><br></div><div>But this is only when the PHP-FPM reponds with error code:</div><div><br><?php<br>header(':', true, 403);<br>die(json_encode(array( ... ))); <br></div><div><br></div><div><br></div><div>Where that "..." is the array contents json_encoded. So it seems to be a problem with</div><div>HTTP error codes and HTTP2. On 200 return codes it works fine.</div><div><br></div><div>On logs, I do not get anything.</div><div><br></div><div><br></div><div>Regards</div><div>Aapo</div></div></div></div>