diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-13 07:00:24 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-13 07:00:24 +0000 |
commit | e8650bbf16fe46a482d98c99399312abb960a1aa (patch) | |
tree | 5ca5dabeccd8da0e0d75a16f454a8841640d4e2d /FIX | |
parent | be57b387d2394cc670b37e04edab41e293d47560 (diff) | |
download | luasocket-e8650bbf16fe46a482d98c99399312abb960a1aa.tar.gz luasocket-e8650bbf16fe46a482d98c99399312abb960a1aa.tar.bz2 luasocket-e8650bbf16fe46a482d98c99399312abb960a1aa.zip |
http.request was using old host header during redirects.
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ | |||
1 | http was preserving old host header during redirects | ||
1 | fix smtp.send hang on source error | 2 | fix smtp.send hang on source error |
2 | add create field to FTP and SMTP and fix HTTP ugliness | 3 | add create field to FTP and SMTP and fix HTTP ugliness |
3 | clean timeout argument to open functions in SMTP, HTTP and FTP | 4 | clean timeout argument to open functions in SMTP, HTTP and FTP |