On Thursday, November 8, 2018 at 8:18:41 AM UTC-8, icodk wrote: > > Tried with Rocket No error but request.args and request.vars are empty > The client sends: > > POST /controller/statdata HTTP/1.1 > Host: myserver.com:8082 > Content-Type:application/json > Transfer-Encoding: chunked > > and then sends the chunked data > > Rokets log shows: > 192.168.1.3, 2018-11-08 16:46:57, POST, /controller/statdata, HTTP/1.1, > 200, 0.017997 > > Any idea on the subject are welcome >
I have only done very brief experimenting with chunked data, and I dont remember if that was with Rocket. I would recommend using NGinx instead, especially if the reason for going chunked is because of large files. Rocket isn't good with large files; I'm not sure where "large" starts for Rocket, but 1M is definitely large. /dps > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

