Skip to content

Commit 82b62c2

Browse files
authored
http_server: stop fallback to WEBrick (#575)
fluent/fluentd#4899 Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 8cb6a3f commit 82b62c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-helper-overview/api-plugin-helper-http_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `http_server` helper creates an HTTP server. This helper was introduced in v1.6.0.
44

5-
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.
5+
It supports [`async-http`](https://github.com/socketry/async-http)-based server to improve the performance.
66

77
Here is an example:
88

0 commit comments

Comments
 (0)