mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add ML number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea0a08fddd
commit
0ad0462183
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,6 @@ class HTTPSProxyTest < Test::Unit::TestCase
|
|||
http.use_ssl = true
|
||||
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
||||
http.start {|http| }
|
||||
p 1
|
||||
}
|
||||
sock = serv.accept
|
||||
proxy_request = sock.gets("\r\n\r\n")
|
||||
|
@ -20,7 +19,8 @@ class HTTPSProxyTest < Test::Unit::TestCase
|
|||
"Host: foo.example.org:8000\r\n" +
|
||||
"Proxy-Authorization: Basic dXNlcjpwYXNzd29yZA==\r\n" +
|
||||
"\r\n",
|
||||
proxy_request)
|
||||
proxy_request,
|
||||
"[ruby-dev:25673]")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue