Skip to content
Snippets Groups Projects
Commit fbac8000 authored by Terence Denning's avatar Terence Denning
Browse files

final

parent 23aad23e
Branches master
No related tags found
No related merge requests found
......@@ -329,8 +329,6 @@ static bool handle_http_request(int sockfd)
perror("write");
return false;
}
printf("\nUser1 guesses: %s\n User2 guesses: %s\n", user1_current_guesses, user2_current_guesses);
} else {
if (write(sockfd, buff, st.st_size) < 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment