Skip to content

Commit d0a8934

Browse files
martinpittjelly
authored andcommitted
doc: Drop fence group and http-stream2 connection option
The Python bridge does not implement these features, and we haven't missed them.
1 parent 8f817ad commit d0a8934

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

doc/guide/cockpit-http.xml

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ http = cockpit.http(options)
3838
<listitem><para>Object properties for an https connection. See
3939
<code><ulink url="https://github.com/cockpit-project/cockpit/blob/main/doc/protocol.md#payload-http-stream2">http-stream2 TLS options</ulink></code>.</para></listitem>
4040
</varlistentry>
41-
<varlistentry>
42-
<term><code>"connection"</code></term>
43-
<listitem><para>A connection identifier. Subsequent channel requests with the same
44-
identifier will try to use the same connection if it is still open.</para></listitem>
45-
</varlistentry>
4641

4742
<varlistentry>
4843
<term><code>"headers"</code></term>

doc/protocol.md

-6
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ reserved.
161161
One such special group name is "default", which contains all channels which
162162
were opened without specifying a group.
163163

164-
Another one is the "fence" group. While any channels are open in the "fence"
165-
group, any channels opened after that point will be blocked and wait until all
166-
channels in the "fence" group are closed before resuming.
167-
168164
The "flow-control" option controls whether a channel should attempt to throttle
169165
itself via flow control when sending or receiving large amounts of data. The
170166
current default (when this option is not provided) is to not do flow control.
@@ -778,8 +774,6 @@ payload type:
778774

779775
You may also specify these options:
780776

781-
* "connection": A stable identifier for connection sharing, i.e.
782-
sending multiple requests to a single open connection.
783777
* "headers": JSON object with additional request headers
784778
* "tls": Set to a object to use an https connection.
785779

0 commit comments

Comments
 (0)