mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-07 14:08:45 +00:00
* Multipart form content length calculation
* HTMLForm test
This commit is contained in:
@@ -167,6 +167,7 @@ void HTMLFormTest::testWriteMultipart()
|
||||
"This is another attachment\r\n"
|
||||
"--MIME_boundary_0123456789--\r\n"
|
||||
);
|
||||
assert(s.length() == form.calculateContentLength());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user