Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HttpListenerResponse.cs #4

Merged
merged 3 commits into from
Apr 15, 2017
Merged

Update HttpListenerResponse.cs #4

merged 3 commits into from
Apr 15, 2017

Conversation

Jimmy062006
Copy link
Contributor

Added a wrapper around outputStream.CopyToAsync as if the client disconnected ungracefully it would crash the HttpListener thread and crash the application it was running on.

Added a wrapper around ``outputStream.CopyToAsync`` as if the client disconnected ungracefully it would crash the HttpListener thread and crash the application it was running on.
Copy link
Owner

@StefH StefH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extra 4 spaces in the code

Copy link
Owner

@StefH StefH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove that

catch (IOException ex)
{
Debug.WriteLine(ex.Message);
}

@Jimmy062006
Copy link
Contributor Author

On another note how long does Nuget take to update ?

@StefH
Copy link
Owner

StefH commented Apr 13, 2017

What do you mean with nuget?

@StefH StefH merged commit 9f2724f into StefH:master Apr 15, 2017
@Jimmy062006 Jimmy062006 deleted the patch-1 branch April 15, 2017 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants