aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
Diffstat (limited to 'FIX')
-rw-r--r--FIX3
1 files changed, 2 insertions, 1 deletions
diff --git a/FIX b/FIX
index ed769d5..a811ec0 100644
--- a/FIX
+++ b/FIX
@@ -7,6 +7,7 @@ get rid of a = socket.try() in the manual, except for protected cases.
7get rid of "base." kludge 7get rid of "base." kludge
8check all "require("http")" etc in the manual. 8check all "require("http")" etc in the manual.
9make sure sock_gethostname.* only return success if the hp is not null! 9make sure sock_gethostname.* only return success if the hp is not null!
10change 'l' prefix in C libraries to 'l-something'... 10change '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!!!
12setpeername was using udp{unconnected} 12setpeername was using udp{unconnected}
13fixed a bug in http.lua that caused some requests to fail