Net::HTTP#write_timeout with multipart body

Hi,

I’m testing the write_timeout attribute using the code from the feature request and it’s working correctly.
However I’ve noticed that my connections will hang forever if I try use a multipart post to upload a file.
I don’t see any reference for multipart in the documentation so I’m wondering if this is a different feature or a bug.

Thanks,