Skip to content

Commit 1ec3113

Browse files
committed
0.6.2
1 parent ce1f15c commit 1ec3113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/src/requests/Model.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ object RequestBlob{
8282
private[this] val s = f(x)
8383
override def headers =
8484
super.headers ++
85-
s.httpContentType.map("Content-Type" -> _)
85+
s.httpContentType.map("Content-Type" -> _) ++
8686
s.contentLength.map("Content-Length" -> _.toString)
8787
def write(out: java.io.OutputStream) = s.writeBytesTo(out)
8888
}

0 commit comments

Comments
 (0)