diff options
Diffstat (limited to 'doc/index.html')
-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 |