Re: luasocket web server
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luasocket web server
- From: Steve Dekorte <steve@...>
- Date: 2002年4月20日 15:10:42 -0700
On Friday, April 19, 2002, at 05:28 PM, Steve Dekorte wrote:
If I run the following lua web server, everything works fine except
large strings are cut off around 17K. Can anyone see what I'm doing
wrong, or could this be a problem with luasocket?
Doh, I wasn't setting the content length field. :-)
Steve