aboutsummaryrefslogtreecommitdiff
path: root/FIX
blob: a811ec0b9285c76ffe6af6207c4f865b9ea79025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
url.absolute was not working when base_url was already parsed
http.request was redirecting even when the location header is empty
tcp{client}:shutdown() was checking for group instead of class.
tcp{client}:send() now returns i+sent-1...
get rid of a = socket.try() in the manual, except for protected cases.
    replace it with assert.
get rid of "base." kludge
check all "require("http")" etc in the manual.
make sure sock_gethostname.*  only return success if the hp is not null!
change 'l' prefix in C libraries to 'c'
    don't forget the declarations in luasocket.h and mime.h!!!
setpeername was using udp{unconnected}
fixed a bug in http.lua that caused some requests to fail