Skip to content

Commit

Permalink
fix(2231):
Browse files Browse the repository at this point in the history
  • Loading branch information
Beretta1979 committed Oct 18, 2021
1 parent 83131b7 commit 2c49ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/intercepted_request_router.js
Expand Up @@ -153,7 +153,7 @@ class InterceptedRequestRouter {
return false
}

if (!buffer || buffer.length === 0) {
if (!buffer) {
return true
}

Expand Down

0 comments on commit 2c49ce9

Please sign in to comment.