Skip to content

3.1.0: Startup error handling

Compare
Choose a tag to compare
@thekid thekid released this 24 Apr 12:02
· 189 commits to master since this release
  • Changed xp web command to show complete stacktrace for startup errors
    as suggested in issue #88
    (@thekid)
  • Fixed reading HTTP requests with headers exceeding 4096 bytes in length
    by using non-blocking mode for reads.
    (@thekid)