aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-02-27 18:30:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-02-27 18:30:32 +0000
commit7350bad6f434a8546ed669591e1bbf6ed44a5842 (patch)
tree3a11d5c51c7a809c143f58e32049d0ed672f0d54 /FIX
parent8d4e240f6ae50d9b22ddc44f5e207018935da907 (diff)
downloadluasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.tar.gz
luasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.tar.bz2
luasocket-7350bad6f434a8546ed669591e1bbf6ed44a5842.zip
Just to check out in the office.
Diffstat (limited to 'FIX')
-rw-r--r--FIX2
1 files changed, 2 insertions, 0 deletions
diff --git a/FIX b/FIX
index 9d50a66..cd6b27b 100644
--- a/FIX
+++ b/FIX
@@ -1,3 +1,5 @@
1url.absolute was not working when base_url was already parsed
2http.request was redirecting even when the location header is empty
1tcp{client}:shutdown() was checking for group instead of class. 3tcp{client}:shutdown() was checking for group instead of class.
2tcp{client}:send() now returns i+sent-1... 4tcp{client}:send() now returns i+sent-1...
3get rid of a = socket.try() in the manual, except for protected cases. 5get rid of a = socket.try() in the manual, except for protected cases.