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
test('Current opened connection should continue to work after closing and return "connection: close" header - return503OnClosing: false, skip Node >= v18.19.x',{skip: isNodeVersionGte1819},t=>{
test('Current opened connection should NOT continue to work after closing and return "connection: close" header - return503OnClosing: false, skip Node < v18.19.x',{skip: !isNodeVersionGte1819},t=>{
206
+
test('Current opened connection should NOT continue to work after closing and return "connection: close" header - return503OnClosing: false',t=>{
0 commit comments