From fd9e52d5b33422170be6997e71f966311831b3cb Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 29 Nov 2017 01:33:30 +0900 Subject: [PATCH] ing --- servlet_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet_handlers.go b/servlet_handlers.go index 19a2d1c..6e39d7a 100644 --- a/servlet_handlers.go +++ b/servlet_handlers.go @@ -22,7 +22,7 @@ type ServletHandlers struct { } func (sh *ServletHandlers) ServletContext(parent cuc.Context) ServletContext { - return newRPCServletContext(parent) + return newServletContext(parent) } func (sh *ServletHandlers) Init(servletCTX ServletContext) error {