Re: Question about LuaSocket : Always receive Http Error:Number 302
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Question about LuaSocket : Always receive Http Error:Number 302
- From: Petite Abeille <petite.abeille@...>
- Date: 2010年5月26日 20:11:12 +0200
On May 26, 2010, at 5:13 PM, 木村 圭佑 wrote:
> method = "POST",
> redirect = true
(not reqt.method or reqt.method == "GET" or reqt.method == "HEAD")
Ah... you need to adjust shouldredirect to handle POST methods. File a bug report to Diego :)