Skip to content

Commit e445acf

Browse files
authored
in_monitor_agent: remove needless require (#4898)
**Which issue(s) this PR fixes**: * Partially Fixes #4648 **What this PR does / why we need it**: Stop requiring WEBrick on `in_monitor_agent`. Even if async is not installed, http_server helper requires WEBrick on its own. So, there is no need to require WEBrick here. There is no impact on the specification. (This is just code refactoring.) **Docs Changes**: Not needed. **Release Note**: Not needed. (This is just code refactoring.) Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 3a6826a commit e445acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fluent/plugin/in_monitor_agent.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#
1616

1717
require 'json'
18-
require 'webrick'
1918
require 'cgi'
2019

2120
require 'fluent/config/types'

0 commit comments

Comments
 (0)