Skip to content

v2.0.1

Latest

Choose a tag to compare

@xyanrch1024 xyanrch1024 released this 23 Jul 23:04
· 1 commit to master since this release

v2.0.1

Bug Fixes

  • Fix ring buffer backpressure bug: YouTube and other large-response sites were broken on v2.0.0 (connected but no content)
  • Ring buffer now pauses reads when full and resumes when drained, preventing silent data loss
  • Ring buffer default capacity changed from 256KB to 64KB

Improvements

  • Replace numeric direction constants with named Direction enum (DIR_DOWN, DIR_UP, DIR_BOTH)