Skip to content

Commit

Permalink
Commented out unfinished chunked test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 10, 2024
1 parent d867edc commit 6376592
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/net/http/test_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,11 @@ def test_set_form_with_file
header)
assert_equal(expected, body)

data.each{|k,v|v.rewind rescue nil}
req['Transfer-Encoding'] = 'chunked'
res = http.request req
#assert_equal(expected, res.body)
# TODO: test with chunked
# data.each{|k,v|v.rewind rescue nil}
# req['Transfer-Encoding'] = 'chunked'
# res = http.request req
# assert_equal(expected, res.body)
}
}
end
Expand Down

0 comments on commit 6376592

Please sign in to comment.