kl (Kalle Lindström)
- Login: kl
- Email: lindstrom.kalle@gmail.com
- Registered on: 08/31/2012
- Last sign in: 09/02/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/31/2012
-
05:00 PM Ruby Bug #6957 (Rejected): Net::HTTP#request_get bug
- Hello,
Looking at the source for Net::HTTP#request_get it says that if you pass in a block it will not read the body unless you call #read_body on the response. But when I pass in a block it seems that it reads the when the block exit...