blob: bc9ba2cf7d4c35a9bd4098a36d36e5ef55b5ce9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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).
|