shattar

Results 3 issues of shattar

When "BOOST_CGI_KEEP_FILE_UPLOADS" is **not** defined and "BOOST_CGI_NO_BOOST_FILESYSTEM" is **not** defined, the `form_part` destructor deletes the file. This sounds good, except for when the `form_part` is a local variable in the...

In "boost/cgi/cgi/request_service.hpp" in parse_post_vars(), the remaining bytes to read is decremented twice for a single read. Once in the client read_some, and once in the request service parst_post_vars. This is...

Prior to making the parameter validators, an object is created where the object property keys are built from the parameters `in` and `name` properties. However, these properties are not existent...