aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-13 07:00:24 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-13 07:00:24 +0000
commite8650bbf16fe46a482d98c99399312abb960a1aa (patch)
tree5ca5dabeccd8da0e0d75a16f454a8841640d4e2d /FIX
parentbe57b387d2394cc670b37e04edab41e293d47560 (diff)
downloadluasocket-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--FIX1
1 files changed, 1 insertions, 0 deletions
diff --git a/FIX b/FIX
index 84504f0..a688ba0 100644
--- a/FIX
+++ b/FIX
@@ -1,3 +1,4 @@
1http was preserving old host header during redirects
1fix smtp.send hang on source error 2fix smtp.send hang on source error
2add create field to FTP and SMTP and fix HTTP ugliness 3add create field to FTP and SMTP and fix HTTP ugliness
3clean timeout argument to open functions in SMTP, HTTP and FTP 4clean timeout argument to open functions in SMTP, HTTP and FTP