Skip to content

Drop connections that cause sending failures

Choose a tag to compare

@litespeedtech litespeedtech released this 27 Nov 20:42
· 375 commits to master since this release
  • [API, FEATURE] Close connection immediately when ea_packets_out() fails with errno != EAGAIN. The API change is that errno is now examined. Make sure to set it if using something other than sendmsg() to send packets.
  • [CLEANUP] Immediate close logic in IETF full conn.
  • [CLEANUP] Fix bogus warning about uninitialized `pair' variable.