aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/index.html2
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
173servers that send inappropriate 100-continue messages 173servers 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
176redirects (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
176cracks during development (Matthew Percival); 178cracks 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