Subject: | HTTP::Body fails to check for errors when writing temp files |
Both HTTP::Body::Multipart and HTTP::Body::OctetStream write to temp files, but they fail to check the return value when writing to those file handles. Currently, HTTP::Body would ignore theses errors and continue as if everything is fine.
This opens a potential DoS attack.
Is HTTP::Body on Github?