Commit 83c19d1
authored
http_server: stop fallback to WEBrick (#4899)
**Which issue(s) this PR fixes**:
* Partially Fixes #4648
**What this PR does / why we need it**:
Make `http_server` plugin helper stop the fallback to WEBrick.
WEBrick is no longer recommended for production use.
We don't need this feature because it was for supporting Ruby < 2.3.
(#2447)
**Docs Changes**:
https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-http_server
=> fluent/fluentd-docs-gitbook#575
**Release Note**:
The same as the title.
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>1 parent e445acf commit 83c19d1
File tree
5 files changed
+2
-211
lines changed- lib/fluent/plugin_helper
- http_server/compat
5 files changed
+2
-211
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 17 | | |
26 | 18 | | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 0 additions & 58 deletions
This file was deleted.
0 commit comments