Skip to content

v0.3.20

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 26 Jun 12:57
· 61 commits to master since this release

Bug Fixes

  • Fix panic if a server received a request with a :status pseudo header in the 1xx range. (#695)
  • Fix panic if a reset stream had pending push promises that were more than allowed. (#685)
  • Fix potential flow control overflow by subtraction, instead returning a connection error. (#692)

New Contributors