Printing the request object shows something like: < gluon.rocket.ChunkedReader object at 0x00AFFB10 > ,
So there are signes that it is actually supported Also : 'wsgi_input': < gluon.rocket.ChunkedReader object at 0x00AFFB10 > , can be found in the request I am using source with pg8000 installed. The reason I use chunked tranfer is because my device is small so I can't buffer all the data to see how long it is, and POST it with Content lenght header. Of cours I could use enginx. Rocket is nice for development. On Thursday, November 8, 2018 at 5:18:41 PM UTC+1, 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 > > > > > > -- 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.

