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
// handle the infamous raw deflate response from old servers
320
320
// a hack for old IIS and Apache servers
321
-
constraw=res.pipe(newMinipass())
322
-
raw.once('data',chunk=>{
321
+
res.once('data',chunk=>{
323
322
// see http://stackoverflow.com/questions/37519828
0 commit comments