transport-helper: introduce stateless-connect
[gitweb.git] / transport.h
index 83992a4257e26b70039a3cedf9b6dde822558914..0e602d4d477b9734d5e6ddec9cc05a19d23658d7 100644 (file)
@@ -55,6 +55,12 @@ struct transport {
         */
        unsigned cloning : 1;
 
+       /*
+        * Indicates that the transport is connected via a half-duplex
+        * connection and should operate in stateless-rpc mode.
+        */
+       unsigned stateless_rpc : 1;
+
        /*
         * These strings will be passed to the {pre, post}-receive hook,
         * on the remote side, if both sides support the push options capability.