You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP server started on a duplicated context shares contextual data
See #5589
If the server is started from a duplicated context, the listen context should be the underlying context (unwrapped).
And then we should duplicate the unwrapped context.
This is to make sure the creating context and the request context are not sharing local data.
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
0 commit comments