Skip to content

spdylay v1.2.5

Compare
Choose a tag to compare
@tatsuhiro-t tatsuhiro-t released this 02 Jun 13:20
· 53 commits to master since this release
v1.2.5

Release Note

This release fixes the bug that write timeout in shrpx frontend
connection is triggered when there is no data to write.

Changes

  • shrpx: Set timeout to underlying bufferevent

    Setting write timeout to filter bufferevent does not work as
    intended. It timeouts even when there is no data to write.