Closed jmhodges closed 13 years ago
This patch removes the instance_eval in UploadIO. It's a performance problem and can be handled easily by just wrapping the IO object. This patch does change the API by removing the UploadIO.convert! method but it's worth it.
This patch removes the instance_eval in UploadIO. It's a performance problem and can be handled easily by just wrapping the IO object. This patch does change the API by removing the UploadIO.convert! method but it's worth it.