From 734fab795eb5ee396ee76955c9ddadc4f3b09112 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 30 Sep 2018 17:58:16 +0300 Subject: https and http2 support --- service/http/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/http/handler.go') diff --git a/service/http/handler.go b/service/http/handler.go index f719c751..d7521959 100644 --- a/service/http/handler.go +++ b/service/http/handler.go @@ -110,7 +110,7 @@ func (h *Handler) handleResponse(req *Request, resp *Response) { h.throw(EventResponse, &ResponseEvent{Request: req, Response: resp}) } -// throw invokes event srv if any. +// throw invokes event handler if any. func (h *Handler) throw(event int, ctx interface{}) { h.mul.Lock() defer h.mul.Unlock() -- cgit v1.2.3