@ -127,7 +127,7 @@ public class SynchronossPartHttpMessageReader implements HttpMessageReader<Part>
@@ -127,7 +127,7 @@ public class SynchronossPartHttpMessageReader implements HttpMessageReader<Part>
MediaTypemediaType=headers.getContentType();
Assert.state(mediaType!=null,"No content type set");
@ -165,7 +165,12 @@ public class SynchronossPartHttpMessageReader implements HttpMessageReader<Part>
@@ -165,7 +165,12 @@ public class SynchronossPartHttpMessageReader implements HttpMessageReader<Part>
listener.onError("Exception thrown while closing the parser",ex);
}
});
}
privateintgetContentLength(HttpHeadersheaders){
// Until this is fixed https://github.com/synchronoss/nio-multipart/issues/10