Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Content-Type: text/plain; charset="utf-8"
Content-Disposition: form-data; name="m"
"#),
- &c.ic.link.client,
- token,
- c.ic.target_requests_outstanding,
- show_timeout,
- c.ic.mtu,
- c.ic.max_batch_down,
- c.ic.max_batch_up,
+ &c.ic.link.client,
+ token,
+ c.ic.target_requests_outstanding,
+ show_timeout,
+ c.ic.mtu,
+ c.ic.max_batch_down,
+ c.ic.max_batch_up,
);
let prefix2 = lines_crlf!(&LitLinesCrlf(r#"
--b
Content-Type: application/octet-stream
Content-Disposition: form-data; name="d"
- "#),
- );
+ "#,
+ ));
let suffix = lines_crlf!(&LitLinesCrlf(r#"
- --b--"#),
- );
+ --b--"#,
+ ));
macro_rules! content { {
$out:ty,