Skip to content

Commit a6b89c4

Browse files
committed
out_http: Add new option: reuse_connections
New feature of Fluentd v1.17.0. Related: fluent/fluentd#4330 Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent e8cda55 commit a6b89c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

output/http.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ See also [Ruby document](https://docs.ruby-lang.org/en/master/Net/HTTP.html#attr
189189

190190
The TLS timeout in seconds.
191191

192+
### `reuse_connections`
193+
194+
| type | default | version |
195+
| :--- | :--- | :--- |
196+
| bool | false | 1.17.0 |
197+
198+
Try to reuse connections. This will improve performance.
199+
192200
### `tls_ca_cert_path`
193201

194202
| type | default | version |

0 commit comments

Comments
 (0)