Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shayonj committed Dec 22, 2022
1 parent 663e3bb commit 8bb886e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_puma_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,7 @@ def test_request_payload_too_large
server_run(http_content_length_limit: 10)

sock = send_http "POST / HTTP/1.1\r\nHost: test.com\r\nContent-Type: text/plain\r\nContent-Length: 19\r\n\r\n"
sleep 0.5

sock << "hello world foo bar"
sleep 0.5

data = sock.gets

Expand Down

0 comments on commit 8bb886e

Please sign in to comment.