1. 09 6月, 2021 1 次提交
  2. 08 6月, 2021 25 次提交
  3. 07 6月, 2021 13 次提交
  4. 06 6月, 2021 1 次提交
    • M
      QUIC stream limits (#52704) · a822d390
      Marie Píchová 提交于
      Implements the 3rd option Allowing the caller to perform their own wait from #32079 (comment)
      Adds WaitForAvailable(Bidi|Uni)rectionalStreamsAsync:
      - triggered by peer announcement about new streams (QUIC_CONNECTION_EVENT_TYPE.STREAMS_AVAILABLE)
      - if the connection is closed/disposed, the method throws QuicConnectionAbortedException which fitted our H3 better than boolean (can be changed)
      Changes stream limit type to int
      a822d390