Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q qtbase
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Qt Project
  • qt
  • qtbase
  • Merge requests
  • !179

H2: remove a rather useless limit on the number of streams

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antonio Rojas requested to merge arojas/qtbase:qtbug-94470 into kde/5.15 Jun 18, 2022
  • Overview 9
  • Commits 1
  • Changes 2

SETTINGS for max concurrect number of streams is 'one direction' - this is how our peer conveys the possible number of streams we can open, not them. If they choose to have it unlimited - let it be so.

It's possible to send 0 as maximum number, also, it's possible to reduce the maximum compared to initial at some point - then I have to avoid integer overflows.

Pick-to: 6.2 Pick-to: 6.1 Pick-to: 5.15 Fixes: QTBUG-94470 Change-Id: Ia02247acbaedd70998a4cab02082ba10f45cf78c Reviewed-by: Mårten Nordheim marten.nordheim@qt.io Reviewed-by: Edward Welbourne edward.welbourne@qt.io (cherry picked from commit 46940ca7)

BUG: 455540

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: qtbug-94470