Skip to content

Commit

Permalink
#@test !eof(ssl)
Browse files Browse the repository at this point in the history
  • Loading branch information
grlap committed May 18, 2023
1 parent ee21d15 commit 0d40e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http_helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function test_client()
written = unsafe_write(ssl, pointer(request_str), length(request_str))

sleep(1)
@test !eof(ssl)
#@test !eof(ssl)
@test length(request_str) == written

response_str = String(readavailable(ssl))
Expand Down

0 comments on commit 0d40e60

Please sign in to comment.