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 /NEW | |
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 'NEW')
-rw-r--r-- | NEW | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||