Couple bug fixes.

This commit is contained in:
Diego Nehab 2007-03-12 04:08:40 +00:00
parent 8bf9fb51dd
commit be2e467929
11 changed files with 77 additions and 74 deletions

25
NEW
View file

@ -1,24 +1 @@
What's New
This is just a bug-fix/update release.
* Updated: now using compat-5.1r5;
* Improved: http.request is more robust to malformed
URLs (Adrian Sietsma);
* Improved: the simple http.request interface sends a
"Content-type: application/x-www-form-urlencoded" header
(William Trenker);
* Improved: http.request is robust to evil servers that
send inappropriate 100-continue messages (David Burgess);
* Fixed: http.request was using the old host header during
redirects (Florian Berger);
* Fixed: sample unix.c had fallen through the cracks
during development (Matthew Percival);
* Fixed: error code was not being propagated correctly
in ftp.lua (David Burgess).
Fixed case sensitivity in headers of multipart messages in smtp.message.