socketry / multipart-post

Adds multipart POST capability to net/http
MIT License
293 stars 72 forks source link

Removing eval #6

Closed jmhodges closed 13 years ago

jmhodges commented 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.