Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139597

QtGrpc: QGrpcHttp2Channel should guarantee transportation scheme

XMLWordPrintable

    • 8
    • 15cef4fd1 (dev), 20a543c1d (6.10), 607ab4ea1 (6.9), 42259e5f6 (tqtc/lts-6.8)
    • Foundation Sprint 137

      Currently, if TLS or QLocalSocket is explicitly requested but
      unavailable, we fall back to TCP. This is not a safe approach.

      We should assert on that condition and use qCFatal to indicate the
      mismatch instead of silently falling back to another transport.

      Given the security aspects of it, this strengthens guarantees by
      ensuring the requested transport is actually used.

        For Gerrit Dashboard: QTBUG-139597
        # Subject Branch Project Status CR V

            dennisoberst Dennis Oberst
            dennisoberst Dennis Oberst
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes