You were correct, there was a typeo in my rpm spec that kept the diff from applying but didn't kill the build. The curl request is working now! Now I need to see if those other POST requests are working.
On Mon, Jun 27, 2016 at 8:38 PM, CJ Ess <[email protected]> wrote: > I'm trying to use http/2 with Nginx 1.9.15 from Openresty - I don't know > if they modify the core or if I can just drop in 1.11.0 as a replacement. > > I'll see if I can put a misspelling in that error message so I can be sure > I'm running the new binary. > > > On Mon, Jun 27, 2016 at 5:45 PM, Valentin V. Bartenev <[email protected]> > wrote: > >> On Monday 27 June 2016 17:33:12 CJ Ess wrote: >> > I finally had a chance to test this, I applied ce94f07d5082 to the >> 1.9.15 >> > code -- it applied cleanly and compiled cleanly. However, my test post >> > request over http2 with curl failed with the same "client sent stream >> with >> > data before settings were acknowledged while processing HTTP/2 >> connection" >> > error. Are there other changes in 1.11.x that I might need? Do I need to >> > explicitly enable the preread functionality? It looked to me as-if it >> was >> > enabled by default. >> > >> >> The answer to both questions no, you don't need. But it looks like you're >> still running the old binary. >> >> >> > The error does seem to be 100% reproducible, the command I am running >> is: >> > >> > curl --http2 -k -v -X POST -H "Content-Type: application/json" -d "{}" " >> > https://test-server_name/" >> > >> > And my curl is: curl 7.49.1 (x86_64-pc-linux-gnu) libcurl/7.49.1 >> > OpenSSL/1.0.2h nghttp2/1.11.1 >> > >> [..] >> >> Why don't you just install nginx 1.11? >> >> wbr, Valentin V. Bartenev >> >> _______________________________________________ >> nginx mailing list >> [email protected] >> http://mailman.nginx.org/mailman/listinfo/nginx >> > >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
