style fix

This commit is contained in:
Guenter Obiltschnig
2016-02-28 23:39:49 +01:00
parent b30c4eccbe
commit 380e85fc11

View File

@@ -154,13 +154,11 @@ public:
/// - the request's persistent connection state is left unchanged
/// - the content transfer encoding is set to chunked
std::streamsize calculateContentLength();
/// Calculate the content length for the form.
/// May be UNKNOWN_CONTENT_LENGTH if not possible
/// to calculate
void write(std::ostream& ostr, const std::string& boundary);
/// Writes the form data to the given output stream,
/// using the specified encoding.