Skip to content

Commit 9d3a703

Browse files
authored
Merge pull request #1734 from bstaletic/bottle-plugin
Uninstall default bottle plugins
2 parents b8957d7 + e6b3a56 commit 9d3a703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ycmd/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def Main():
203203
args.stderr,
204204
args.keep_logfiles )
205205
atexit.register( handlers.ServerCleanup )
206+
handlers.app.uninstall( True )
206207
handlers.app.install( WatchdogPlugin( args.idle_suicide_seconds,
207208
args.check_interval_seconds ) )
208209
handlers.app.install( HmacPlugin( hmac_secret ) )

0 commit comments

Comments
 (0)