Closed nickwinger closed 1 year ago
…n example
just updated the readme that getUpStream is not working with http2. Note: I could (correctly) also update the code in decorateReply, like this:
decorateReply
if (!!opts.getUpstream && !!opts.http2) throw new Error('getUpStream with http2 not yet supported. See readme for using constraintStrategy instead')
but that would make a breaking-change, so i guess one would have to do that at another release-version
npm run test
npm run benchmark
…n example
just updated the readme that getUpStream is not working with http2. Note: I could (correctly) also update the code in
decorateReply
, like this:but that would make a breaking-change, so i guess one would have to do that at another release-version
Checklist
npm run test
andnpm run benchmark