ysh (Young Hyun)
- Login: ysh
- Email: youngh@caida.org
- Registered on: 06/18/2009
- Last sign in: 06/18/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/01/2009
-
02:58 AM Ruby Bug #1696: http downloads are unuseably slow
- =begin
On Jun 29, 2009, at 2:12 PM, James Gray wrote:
> On Jun 29, 2009, at 1:38 PM, Eero Saynatkari wrote:
>
>> Excerpts from Tanaka Akira's message of Mon Jun 29 21:17:58 +0300
>> 2009:
>>> In article <4a464441bf3f7_13bd390...
06/18/2009
-
09:24 AM Ruby Bug #1649 (Closed): use of #send in MonitorMixin::extend_object fails for BasicSocket objects
- =begin
MonitorMixin::extend_object executes obj.send(:mon_initialize) with the intention of invoking Object#send. However, this code fails when used on BasicSocket (and descendants), which has an unrelated #send. MonitorMixin::extend_...