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 {