Skip to content

0.7.3

Choose a tag to compare

@trowski trowski released this 20 Dec 03:32
· 902 commits to 3.x since this release
dfeca00
  • Allow amphp/file ^0.3
  • Fixed sending pending responses when shutting down the server (#211)
  • More portable CPU count detection (#207)
  • WebSocket updates:
    • Reject websocket frames if RSV is not equal to 0 (will update as extensions are supported).
    • Accept zero-length frames starting a message.
    • Reject continuations if there's no started message.
    • Disable streaming for frames. A single frame is now always buffered. A message can still be streamed via multiple frames.