diff --git a/2020-Sept-Season/SUS/SUS.HTTP/HttpServer.cs b/2020-Sept-Season/SUS/SUS.HTTP/HttpServer.cs index 64e4049e..fca099a6 100644 --- a/2020-Sept-Season/SUS/SUS.HTTP/HttpServer.cs +++ b/2020-Sept-Season/SUS/SUS.HTTP/HttpServer.cs @@ -52,7 +52,8 @@ private async Task ProcessClientAsync(TcpClient tcpClient) { int count = await stream.ReadAsync(buffer, position, buffer.Length); - position += count; + //Position always must be 0 + //position += count; if (count < buffer.Length) { diff --git a/README.md b/README.md index 7dea1540..ab3279a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # csharp-web -This is the official GitHub repository for the C# Web Development courses +This is the official GitHub repository for the C# Web Development courses! diff --git a/newFolder/test.txt b/newFolder/test.txt new file mode 100644 index 00000000..e036f9bc --- /dev/null +++ b/newFolder/test.txt @@ -0,0 +1 @@ +teststst