Skip to content

Commit 6e13b6b

Browse files
authored
fix: remove redundant line in retry-handler (#4554)
1 parent b2684de commit 6e13b6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/handler/retry-handler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ class RetryHandler {
9292

9393
function shouldRetry (passedErr) {
9494
if (passedErr) {
95-
this.headersSent = true
96-
9795
this.headersSent = true
9896
this.handler.onResponseStart?.(controller, statusCode, headers, statusMessage)
9997
controller.resume()

0 commit comments

Comments
 (0)