diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-27 18:30:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-02-27 18:30:32 +0000 |
commit | 7350bad6f434a8546ed669591e1bbf6ed44a5842 (patch) | |
tree | 3a11d5c51c7a809c143f58e32049d0ed672f0d54 /FIX | |
parent | 8d4e240f6ae50d9b22ddc44f5e207018935da907 (diff) | |
download | luasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.tar.gz luasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.tar.bz2 luasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.zip |
Just to check out in the office.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ | |||
1 | url.absolute was not working when base_url was already parsed | ||
2 | http.request was redirecting even when the location header is empty | ||
1 | tcp{client}:shutdown() was checking for group instead of class. | 3 | tcp{client}:shutdown() was checking for group instead of class. |
2 | tcp{client}:send() now returns i+sent-1... | 4 | tcp{client}:send() now returns i+sent-1... |
3 | get rid of a = socket.try() in the manual, except for protected cases. | 5 | get rid of a = socket.try() in the manual, except for protected cases. |