mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
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: 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).
|