Forgot to set CRLF explicitly for second test.
This commit is contained in:
Родитель
12cf5dbd0a
Коммит
ee02fe35d3
|
@ -37,9 +37,9 @@ CRLF +
|
|||
this.receivingStream.SetLength(0);
|
||||
|
||||
content =
|
||||
@"Content-Length:5
|
||||
|
||||
ABCDE";
|
||||
"Content-Length:5" + CRLF +
|
||||
CRLF +
|
||||
"ABCDE";
|
||||
bytes = Encoding.UTF8.GetBytes(content);
|
||||
this.receivingStream.Write(bytes, 0, bytes.Length);
|
||||
this.receivingStream.Flush();
|
||||
|
|
Загрузка…
Ссылка в новой задаче