lua-users home
lua-l archive

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


On Fri, Jan 8, 2010 at 16:48, Alexander Gladysh <agladysh@gmail.com> wrote:
> On Fri, Jan 8, 2010 at 17:40, Cosmin Apreutesei
> <cosmin.apreutesei@gmail.com> wrote:
>> Hi, a few questions:
>
>> 1) socket.receive() is not documented, although used by socket.http()
>> and it's even used on one example -- does that mean I should only use
>> sinks and pumps and not receive() and send() ?
>
> http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/tcp.html#receive

Oops, so that was a tcp thing. Thanks and sorry for the noise I'll
RTFM next time.