Skip to content

Commit 39f5f7e

Browse files
committed
spec/h1_connection_spec: Fix comment mentioning EPIPE
1 parent 7f862c2 commit 39f5f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/h1_connection_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ describe("high level http1 connection operations", function()
532532
c:close()
533533
-- perform a read operation so we note the EOF
534534
assert.same({nil, nil}, {s:read_status_line()})
535-
-- now waiting for a stream should return EPIPE
535+
-- now waiting for a stream should also return EOF
536536
assert.same({nil, nil}, {s:get_next_incoming_stream()})
537537
s:close()
538538
end)

0 commit comments

Comments
 (0)