Skip to content

Commit

Permalink
spec/h1_connection_spec: Fix comment mentioning EPIPE
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Dec 16, 2016
1 parent 7f862c2 commit 39f5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/h1_connection_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ describe("high level http1 connection operations", function()
c:close()
-- perform a read operation so we note the EOF
assert.same({nil, nil}, {s:read_status_line()})
-- now waiting for a stream should return EPIPE
-- now waiting for a stream should also return EOF
assert.same({nil, nil}, {s:get_next_incoming_stream()})
s:close()
end)
Expand Down

0 comments on commit 39f5f7e

Please sign in to comment.