Skip to content

1.11.11

Choose a tag to compare

@aslze aslze released this 15 Jun 22:25
· 42 commits to master since this release

ASL version 1.11.11

Fixes and little improvements.

  • Fixed socket.read() and write() which could miss data in some situations
  • Fixed LocalSocket (Unix sockets) and support them in recent Windows 10+
  • Fixed HttpServer handling HTTP/1.0 keep-alive, Expect header, byte ranges and missing served files
  • Fixed performance issues in Array.resize() and Var.resize()
  • Extended MulticastSocket for IPv6 (WIP, not tested)
  • Some old code cleanup, simplifications and tidy, and improved documentation

Deprecated functions: list here.

LocalSocket on Windows require the cmake option ASL_SOCKET_LOCAL, currently.

Updated asl.natvis visualizer for Visual Studio (attached to this release)