Skip to content

Commit 4af37ff

Browse files
committed
fix: typo
1 parent 66d2422 commit 4af37ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function proxy (req, res, head, {
147147

148148
res[kProxyReq] = proxyReq
149149

150-
if (res.response) {
150+
if (res.respond) {
151151
req
152152
.on('streamClosed', onFinish)
153153
.on('finish', onFinish)

0 commit comments

Comments
 (0)