diff options
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 | ||