summaryrefslogtreecommitdiffstats
path: root/test/net/http/utils.rb
Commit message (Collapse)AuthorAgeFilesLines
* * test/net/http/test_http.rb (_test_request__file): specify encodingmame2008-06-291-0/+1
| | | | | | | | | explicitly. * test/net/http/utils.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-201-3/+16
| | | | | | | | | | | | OpenSSL::SSL::SSLContext.build instead of SSLContext.new (default verify mode is now OpenSSL::SSL::VERIFY_PEER). * lib/net/https.rb: SSL parameters are defined by attr_accessor. * test/net/http/test_https.rb: add test for HTTPS features. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-181-0/+82
test/net/http/test_http.rb. and start HTTP server in each test case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e