liping (liping bao)
- Login: liping
- Email: baoli01@gmail.com
- Registered on: 12/08/2009
- Last sign in: 12/08/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/08/2009
-
11:50 AM Ruby Feature #2456 (Closed): It is better to let user to select particular ssl protocol easily.
- =begin
For example, in https module, if the client want to use tls1 protocol compulsively, it is a little harder to do it.
With the following diff:
/usr/lib64/ruby/1.8/net/https.rb
120d119
< flag = (flag ? true : false)
...