diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-12 22:02:21 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-12 22:02:21 +0000 |
commit | 8b114f3bf4ccea3b065551fa94649a9e45935b5b (patch) | |
tree | 06f2faa7e896e9434ba89ec68445ea56e6c8c6dc /FIX | |
parent | b22f6f3830515a57a8776e7489b3e2d434abd12f (diff) | |
download | luasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.tar.gz luasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.tar.bz2 luasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.zip |
Stupid bug in http.lua.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ get rid of a = socket.try() in the manual, except for protected cases. | |||
7 | get rid of "base." kludge | 7 | get rid of "base." kludge |
8 | check all "require("http")" etc in the manual. | 8 | check all "require("http")" etc in the manual. |
9 | make sure sock_gethostname.* only return success if the hp is not null! | 9 | make sure sock_gethostname.* only return success if the hp is not null! |
10 | change 'l' prefix in C libraries to 'l-something'... | 10 | change 'l' prefix in C libraries to 'c' |
11 | don't forget the declarations in luasocket.h and mime.h!!! | 11 | don't forget the declarations in luasocket.h and mime.h!!! |
12 | setpeername was using udp{unconnected} | 12 | setpeername was using udp{unconnected} |
13 | fixed a bug in http.lua that caused some requests to fail | ||