Skip to content

Release 1.23.1

Compare
Choose a tag to compare
@easwars easwars released this 11 Sep 18:55
· 1 commit to v1.23.x since this release
  • server: set and advertise max frame size of 16KB (#3018)

  • grpclb: fix deadlock in grpclb connection cache (#3017)

    Before the fix, if the timer to remove a SubConn fires at the same time
    NewSubConn cancels the timer, it caused a mutex leak and deadlock.