Skip to content

Releases: anmonteiro/httpun-ws

0.2.0

04 Sep 18:18
Compare
Choose a tag to compare

CHANGES:

  • fix: update computation for payload length offset
    (#63)
  • don't select digestif implementation
    (#67)
  • fix: garbled data after committing frame header
    (#68)
  • fix: mask all client frames
    (#69)
  • feat: yield the reader if reads not scheduled
    (#70)
  • unify input handler EOF and websocket error handler
    (#70,
    #72)
  • client: fix infinite loop when client handshake disconnects
    (#73)

0.1.0

18 Jun 05:41
Compare
Choose a tag to compare

CHANGES:

  • Initial public release