diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /FIX | |
parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
download | luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2 luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip |
Final push for release...
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ | |||
1 | fix smtp.send hang on source error | ||
2 | add create field to FTP and SMTP and fix HTTP ugliness | ||
3 | clean timeout argument to open functions in SMTP, HTTP and FTP | ||
4 | eliminate globals from namespaces created by module(). | ||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
11 | |||
1 | url.absolute was not working when base_url was already parsed | 12 | url.absolute was not working when base_url was already parsed |
2 | http.request was redirecting even when the location header was empty | 13 | http.request was redirecting even when the location header was empty |
3 | tcp{client}:shutdown() was checking for group instead of class. | 14 | tcp{client}:shutdown() was checking for group instead of class. |