Commit d0a8934 1 parent 8f817ad commit d0a8934 Copy full SHA for d0a8934
File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ http = cockpit.http(options)
38
38
<listitem ><para >Object properties for an https connection. See
39
39
<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 >
40
40
</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 >
46
41
47
42
<varlistentry >
48
43
<term ><code >"headers"</code ></term >
Original file line number Diff line number Diff line change @@ -161,10 +161,6 @@ reserved.
161
161
One such special group name is "default", which contains all channels which
162
162
were opened without specifying a group.
163
163
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
-
168
164
The "flow-control" option controls whether a channel should attempt to throttle
169
165
itself via flow control when sending or receiving large amounts of data. The
170
166
current default (when this option is not provided) is to not do flow control.
@@ -778,8 +774,6 @@ payload type:
778
774
779
775
You may also specify these options:
780
776
781
- * "connection": A stable identifier for connection sharing, i.e.
782
- sending multiple requests to a single open connection.
783
777
* "headers": JSON object with additional request headers
784
778
* "tls": Set to a object to use an https connection.
785
779
You can’t perform that action at this time.
0 commit comments