leafo / lapis

A web framework for Lua and OpenResty written in MoonScript
http://leafo.net/lapis/
MIT License
3.14k stars 247 forks source link

Server never responds when buffering requests to temporary files #733

Closed eko234 closed 3 years ago

eko234 commented 3 years ago

I'm trying to upload a file to a lapis application but whenever i try to i get a message that says "*1 a client request body is buffered to a temporary file ..." the connection hangs and eventually dies, I'm able to see the requests in the directory but I don't understand why it just gets stuck like that. I'd appreciate your help again.

eko234 commented 3 years ago

Already figured it out, it was due to the client_body_buffer_size parameter in nginx