aboutsummaryrefslogtreecommitdiff
path: root/NEW
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 /NEW
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 'NEW')
-rw-r--r--NEW3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEW b/NEW
index f6210b2..bc9ba2c 100644
--- a/NEW
+++ b/NEW
@@ -14,6 +14,9 @@ This is just a bug-fix/update release.
14 * Improved: http.request is robust to evil servers that 14 * Improved: http.request is robust to evil servers that
15 send inappropriate 100-continue messages (David Burgess); 15 send inappropriate 100-continue messages (David Burgess);
16 16
17 * Fixed: http.request was using the old host header during
18 redirects (Florian Berger);
19
17 * Fixed: sample unix.c had fallen through the cracks 20 * Fixed: sample unix.c had fallen through the cracks
18 during development (Matthew Percival); 21 during development (Matthew Percival);
19 22