aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-12 22:02:21 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-12 22:02:21 +0000
commit8b114f3bf4ccea3b065551fa94649a9e45935b5b (patch)
tree06f2faa7e896e9434ba89ec68445ea56e6c8c6dc /FIX
parentb22f6f3830515a57a8776e7489b3e2d434abd12f (diff)
downloadluasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.tar.gz
luasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.tar.bz2
luasocket-8b114f3bf4ccea3b065551fa94649a9e45935b5b.zip
Stupid bug in http.lua.
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