Open
Description
when call Upgrade(ctx *context.Context, idGen IDGenerator, s *neffos.Server) *neffos.Conn{}. The iris context will be cached in the &socketWrapper{Socket: socket,ctx: ctx}. But it may be modified to other http request context. And I search the ctx set to the socketWrapper, only the Upgrade set it. Why the context may changed.