diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-27 21:30:01 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-27 21:30:01 +0000 |
commit | c5fefd5529e2b611367bcd917bfc2024d260e144 (patch) | |
tree | 338473c806c530b45767906f08bc73e19b16513a /FIX | |
parent | 2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a (diff) | |
download | luasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.tar.gz luasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.tar.bz2 luasocket-c5fefd5529e2b611367bcd917bfc2024d260e144.zip |
Simplified use for sock:send.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ | |||
1 | tcp:shutdown() was checking for group instead of class. | 1 | tcp{client}:shutdown() was checking for group instead of class. |
2 | tcp{client}:send() now returns i+sent-1... | ||