[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket/soap: can I keep the connection open?
- From: Petite Abeille <petite.abeille@...>
- Date: Sun, 3 Oct 2010 19:41:13 +0200
On Oct 3, 2010, at 7:25 PM, Norbert Kiesel wrote:
> Tried that, but does not make a (visible) difference. The socket is
> closed before the return of the http.request call done in the soap
> library.
At first glance, luasocket's http module doesn't support persistent connection.
http.lua:215 adjustheaders(reqt): ["connection"] = "close, TE",
http.lua:327 trequest(reqt): h:close()