diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-03-12 04:08:40 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-03-12 04:08:40 +0000 |
commit | be2e467929be9f27fbe92fe7b94783635c920c06 (patch) | |
tree | 94054e38f33178d805a6144d3bd9cb76da4a4c76 /NEW | |
parent | 8bf9fb51dd09fb066483247fccbfc979acc84071 (diff) | |
download | luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.gz luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.bz2 luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.zip |
Couple bug fixes.
Diffstat (limited to 'NEW')
-rw-r--r-- | NEW | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -1,24 +1 @@ | |||
1 | What's New | Fixed case sensitivity in headers of multipart messages in smtp.message. | |
2 | |||
3 | This is just a bug-fix/update release. | ||
4 | |||
5 | * Updated: now using compat-5.1r5; | ||
6 | |||
7 | * Improved: http.request is more robust to malformed | ||
8 | URLs (Adrian Sietsma); | ||
9 | |||
10 | * Improved: the simple http.request interface sends a | ||
11 | "Content-type: application/x-www-form-urlencoded" header | ||
12 | (William Trenker); | ||
13 | |||
14 | * Improved: http.request is robust to evil servers that | ||
15 | send inappropriate 100-continue messages (David Burgess); | ||
16 | |||
17 | * Fixed: http.request was using the old host header during | ||
18 | redirects (Florian Berger); | ||
19 | |||
20 | * Fixed: sample unix.c had fallen through the cracks | ||
21 | during development (Matthew Percival); | ||
22 | |||
23 | * Fixed: error code was not being propagated correctly | ||
24 | in ftp.lua (David Burgess). | ||