1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net/http
Koichi Sasada b5531adf41 quick fix for test_initialize_HEAD
52ab9bbee9 makes a failure.

```
  1) Failure:
HTTPRequestTest#test_initialize_HEAD [/tmp/ruby/v3/src/trunk/test/net/http/test_http_request.rb:53]:
<{"accept"=>["*/*"], "user-agent"=>["Ruby"]}> expected but was
<{"accept-encoding"=>["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
 "accept"=>["*/*"],
 "user-agent"=>["Ruby"]}>.
```

I'm not sure it is correct, so please review later.
2021-11-11 18:04:00 +09:00
..
test_buffered_io.rb
test_http.rb [ruby/net-http] Reset keep_alive timer on new connection 2021-11-04 20:44:04 +09:00
test_http_request.rb quick fix for test_initialize_HEAD 2021-11-11 18:04:00 +09:00
test_httpheader.rb
test_httpresponse.rb [ruby/net-http] Use omit instead of skip for test-unit 2021-09-11 10:25:34 +09:00
test_httpresponses.rb
test_https.rb Fix test/net/http/test_https.rb host naming for Windows 2021-05-04 08:53:58 +09:00
test_https_proxy.rb
utils.rb