Skip to content

Commit 01dfb01

Browse files
committed
fix: typo in test
1 parent af8a922 commit 01dfb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/07-keepalive.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ GET /a
569569
path = "/b"
570570
}
571571
local ok
572-
ok, err = httpc:set_keepalive())
572+
ok, err = httpc:set_keepalive()
573573
ngx.say(err)
574574
';
575575
}

0 commit comments

Comments
 (0)