mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 20:31:01 +01:00
style fix
This commit is contained in:
@@ -154,13 +154,11 @@ public:
|
|||||||
/// - the request's persistent connection state is left unchanged
|
/// - the request's persistent connection state is left unchanged
|
||||||
/// - the content transfer encoding is set to chunked
|
/// - the content transfer encoding is set to chunked
|
||||||
|
|
||||||
|
|
||||||
std::streamsize calculateContentLength();
|
std::streamsize calculateContentLength();
|
||||||
/// Calculate the content length for the form.
|
/// Calculate the content length for the form.
|
||||||
/// May be UNKNOWN_CONTENT_LENGTH if not possible
|
/// May be UNKNOWN_CONTENT_LENGTH if not possible
|
||||||
/// to calculate
|
/// to calculate
|
||||||
|
|
||||||
|
|
||||||
void write(std::ostream& ostr, const std::string& boundary);
|
void write(std::ostream& ostr, const std::string& boundary);
|
||||||
/// Writes the form data to the given output stream,
|
/// Writes the form data to the given output stream,
|
||||||
/// using the specified encoding.
|
/// using the specified encoding.
|
||||||
|
|||||||
Reference in New Issue
Block a user