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 /doc | |
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 'doc')
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index d5a1f30..3c0bbce 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -172,6 +172,8 @@ header (William Trenker); | |||
172 | <li> Improved: <tt>http.request</tt> is robust to evil | 172 | <li> Improved: <tt>http.request</tt> is robust to evil |
173 | servers that send inappropriate 100-continue messages | 173 | servers that send inappropriate 100-continue messages |
174 | (David Burgess); | 174 | (David Burgess); |
175 | <li> Fixed: <tt>http.request</tt> was using the old host header during | ||
176 | redirects (Florian Berger); | ||
175 | <li> Fixed: sample <tt>unix.c</tt> had fallen through the | 177 | <li> Fixed: sample <tt>unix.c</tt> had fallen through the |
176 | cracks during development (Matthew Percival); | 178 | cracks during development (Matthew Percival); |
177 | <li> Fixed: error code was not being propagated correctly in | 179 | <li> Fixed: error code was not being propagated correctly in |