mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-25 03:58:21 +01:00
Fix ltn12 version.
This commit is contained in:
parent
a4b45edef2
commit
9d97d39575
6
TODO
6
TODO
@ -1,5 +1,11 @@
|
||||
- bizarre default values for getnameinfo should throw error instead!
|
||||
|
||||
> It's just too bad it can't talk to gmail -
|
||||
> reason 1: they absolutely want TLS
|
||||
> reason 2: unlike all the other SMTP implementations, they
|
||||
> don't
|
||||
> tolerate missing < > around adresses
|
||||
|
||||
- document the new bind and connect behavior.
|
||||
- shouldn't we instead make the code compatible to Lua 5.2
|
||||
without any compat stuff, and use a compatibility layer to
|
||||
|
@ -19,7 +19,7 @@ pump = {}
|
||||
|
||||
-- 2048 seems to be better in windows...
|
||||
BLOCKSIZE = 2048
|
||||
_VERSION = "LTN12 1.0.1"
|
||||
_VERSION = "LTN12 1.0.2"
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- Filter stuff
|
||||
|
Loading…
Reference in New Issue
Block a user