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
it.only('accepts a single compression algorithm',async()=>{constrequest=superdeno(compression({path: 'LICENSE',compression: ['br']}))awaitrequest.get('/').set('Accept-Encoding','*').expect('Content-Encoding','br')})
this test fails because it cannot find Content-Encoding header for some reason:
error: Error: expected "Content-Encoding" header field
return new Error(`expected "${field}" header field`);
I'm not sure if this is a superdeno bug or the lib bug, because if you run example with * it works as intended
The text was updated successfully, but these errors were encountered:
this test fails because it cannot find
Content-Encoding
header for some reason:I'm not sure if this is a superdeno bug or the lib bug, because if you run example with
*
it works as intendedThe text was updated successfully, but these errors were encountered: