fix
This commit is contained in:
parent
04e91b4d7b
commit
c302da3713
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ public sealed class HttpRequest
|
|||
Decoder = Encoding.UTF8.GetDecoder();
|
||||
|
||||
Writer = new StreamWriter(Buffer, Encoding.ASCII);
|
||||
Writer.AutoFlush = true;
|
||||
}
|
||||
|
||||
internal async Task ReadAllHeaders()
|
||||
|
|
Loading…
Reference in a new issue