Skip to content

Commit

Permalink
Merge pull request #501 from fluent/1.0-out_http-add-new-option-reuse…
Browse files Browse the repository at this point in the history
…_connections

out_http: Add new option: reuse_connections
  • Loading branch information
kenhys authored Jun 7, 2024
2 parents f412a56 + a6b89c4 commit a0ea445
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions output/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ See also [Ruby document](https://docs.ruby-lang.org/en/master/Net/HTTP.html#attr

The TLS timeout in seconds.

### `reuse_connections`

| type | default | version |
| :--- | :--- | :--- |
| bool | false | 1.17.0 |

Try to reuse connections. This will improve performance.

### `tls_ca_cert_path`

| type | default | version |
Expand Down

0 comments on commit a0ea445

Please sign in to comment.