lua-users home
lua-l archive

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


Hi,

> Is this what you need:
> status, err = so:connect(ip,port)
> so:setoption('keepalive', true)
>
> ?

No. I believe he means HTTP 1.1 persistent connections. Not related to
the socket option.

Regards,
Diego