diff options
Diffstat (limited to 'plugins/http/plugin.go')
-rw-r--r-- | plugins/http/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/plugin.go b/plugins/http/plugin.go index 69d13bc8..82cf76ed 100644 --- a/plugins/http/plugin.go +++ b/plugins/http/plugin.go @@ -326,7 +326,7 @@ func (s *Plugin) ServeHTTP(w http.ResponseWriter, r *http.Request) { } r = attributes.Init(r) - // protect the case, when user send Reset and we are replacing handler with pool + // protect the case, when user sendEvent Reset and we are replacing handler with pool s.RLock() s.handler.ServeHTTP(w, r) s.RUnlock() |