lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

I have not tried to implement support for persistent connections in
LuaSocket because of the complications involved. I don't know how you
modified the API to support multiple requests per connection, so I
can't tell where it is going wrong. But if you use http.request(), it
will close the connection as soon as it done getting the response
body.

Let me know if you need any help.

Regards,
Diego