[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket: Using http.request for POST request with BODY lead to timeout
- From: "Ashwin Hirschi" <lua-l@...>
- Date: Fri, 25 May 2012 00:59:26 +0200
I try to use socket.http to send a SOAP message with POST in the body of
http.
Try setting the request "source" key instead of using "body".
Also, the timeout happens because your content-length promises the server
more is on the way [but no body is ever sent].
Ashwin.