fix streaming body from wrongly returning 'closed connection' error
This commit is contained in:
@@ -5,7 +5,7 @@ extern crate reqwest;
|
||||
mod support;
|
||||
|
||||
#[test]
|
||||
fn test_multipart() {
|
||||
fn text_part() {
|
||||
let _ = env_logger::try_init();
|
||||
|
||||
let form = reqwest::multipart::Form::new()
|
||||
|
||||
Reference in New Issue
Block a user