Fix broken build (#10541)
This commit is contained in:
parent
44b2768307
commit
833ddbe899
|
|
@ -27,7 +27,7 @@ namespace PlaintextApp
|
||||||
response.ContentType = "text/plain";
|
response.ContentType = "text/plain";
|
||||||
response.ContentLength = payload.Length;
|
response.ContentLength = payload.Length;
|
||||||
|
|
||||||
return response.BodyPipe.WriteAsync(payload).GetAsTask();
|
return response.BodyWriter.WriteAsync(payload).GetAsTask();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue