aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-27 21:30:01 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-27 21:30:01 +0000
commitc5fefd5529e2b611367bcd917bfc2024d260e144 (patch)
tree338473c806c530b45767906f08bc73e19b16513a /FIX
parent2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a (diff)
downloadluasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.tar.gz
luasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.tar.bz2
luasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.zip
Simplified use for sock:send.
Diffstat (limited to 'FIX')
-rw-r--r--FIX3
1 files changed, 2 insertions, 1 deletions
diff --git a/FIX b/FIX
index 9cd7421..10a96b0 100644
--- a/FIX
+++ b/FIX
@@ -1 +1,2 @@
1tcp:shutdown() was checking for group instead of class. 1tcp{client}:shutdown() was checking for group instead of class.
2tcp{client}:send() now returns i+sent-1...