Skip to content

Commit

Permalink
fix: remove irrelevant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Nov 13, 2020
1 parent 37ecb75 commit 1333ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ class Parser extends HTTPParser {
this.trailers = null

if (statusCode < 200) {
assert(!socket.isPaused())
return
}

Expand Down

0 comments on commit 1333ee4

Please sign in to comment.