Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 2020-Sept-Season/SUS/SUS.HTTP/HttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
1 change: 1 addition & 0 deletions newFolder/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
teststst