From 3114829dc77c334daed916ff5406da53c5c7a9f6 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Thu, 10 Apr 2025 13:16:38 +0900 Subject: [PATCH] http_server: stop fallback to WEBrick https://github.com/fluent/fluentd/pull/4899 Signed-off-by: Daijiro Fukuda --- plugin-helper-overview/api-plugin-helper-http_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-helper-overview/api-plugin-helper-http_server.md b/plugin-helper-overview/api-plugin-helper-http_server.md index a96bf8f2..41a43359 100644 --- a/plugin-helper-overview/api-plugin-helper-http_server.md +++ b/plugin-helper-overview/api-plugin-helper-http_server.md @@ -2,7 +2,7 @@ The `http_server` helper creates an HTTP server. This helper was introduced in v1.6.0. -It supports [`async-http`](https://github.com/socketry/async-http)-based server to improve the performance. If `async-http` gem is not installed, this helper uses the standard [`webrick`](https://github.com/ruby/webrick) server instead. +It supports [`async-http`](https://github.com/socketry/async-http)-based server to improve the performance. Here is an example: