<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Unfortunately, we can’t really use standard packages.  We need extra modules.  I’m recompiling and enabling debug now.  The modules we’re using aren’t anything super abnormal and we might replace one of them with NJS at some point.  All I know for sure is that this seems to work just fine with OpenResty’s LuaJIT integration/module.  So it’s something that is different between NJS and that.<br />
<br />
Hopefully the debug will turn something up.</div>
</div>
<div name="messageSignatureSection"><br />
<div class="matchFont"><br />
--<br />
Lance Dockins<br />
<br /></div>
</div>
<div name="messageReplySection">On Aug 11, 2021, 9:57 PM -0500, Sergey A. Osokin <osa@freebsd.org.ru>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">On Wed, Aug 11, 2021 at 09:48:48PM -0500, Lance Dockins wrote:<br />
<blockquote type="cite">I’ll try recompiling nginx with that to see if that changes anything.<br /></blockquote>
<br />
I'd recommend to use official packages for Linux from the following URL,<br />
http://nginx.org/en/linux_packages.html<br />
<br />
<blockquote type="cite">In fact, even your code is returning nothing.<br /></blockquote>
<br />
That's definitely something wrong on your side. Please simplify the<br />
nginx configuration, remove all unnecessary directives.<br />
<br />
...<br />
<br />
<blockquote type="cite">When I submit a POST with vars, I still get an empty object in the response.<br /></blockquote>
<br />
A couple of suggestions:<br />
<br />
- Have you enabled debugging log? If so, could you share nginx-error.log.<br />
- How did you test the code? Here's my shell script:<br />
<br />
#!/bin/sh<br />
<br />
curl -v --data-binary @test.bin http://127.0.0.1:8080/test?foo=bar\&baz=1<br />
<br />
#EOF<br />
<br />
Please report when all suggested points are done, thanks.<br />
<br />
--<br />
Sergey<br />
_______________________________________________<br />
nginx mailing list<br />
nginx@nginx.org<br />
http://mailman.nginx.org/mailman/listinfo/nginx</blockquote>
</div>
</body>
</html>