From 81bc13aec34823122245f8ccd99a1eb8a129fa32 Mon Sep 17 00:00:00 2001 From: Dennis Oberst Date: Thu, 6 Mar 2025 15:53:22 +0100 Subject: [PATCH] Docs: Add transportation info for QGrpcHttp2Channel (unix-abstract) We should be clearer about what transportation is used and when. Otherwise, our users are left in the dark. Task-number: QTBUG-134273 Change-Id: Ice58e2cd496fad472761bdb9022f0fd3280c265c Reviewed-by: Alexey Edelev --- src/grpc/qgrpchttp2channel.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/grpc/qgrpchttp2channel.cpp b/src/grpc/qgrpchttp2channel.cpp index 7314d26c..4235e4c0 100644 --- a/src/grpc/qgrpchttp2channel.cpp +++ b/src/grpc/qgrpchttp2channel.cpp @@ -95,6 +95,14 @@ using namespace QtGrpc; \li ✗ \li QLocalSocket support \b{AND} scheme \li \c{unix:///tmp/grpc.socket} + \row + \li \c{unix-abstract} + \li Unix domain socket in abstract namespace + \li ✗ + \li QLocalSocket support \b{AND} + \l{QLocalSocket::AbstractNamespaceOption}{AbstractNamespace} + support \b{AND} scheme + \li \c{unix-abstract:app_grpc_channel} \endtable \section2 Content-Type