-
Notifications
You must be signed in to change notification settings - Fork 523
Conversation
Hi @ajaybhargavb, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution!
TTYL, MSOTBOT; |
@@ -303,6 +341,8 @@ public void ProduceEnd(Exception ex) | |||
{ | |||
ProduceStart(); | |||
|
|||
FireOnResponseCompleted(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this is in the right place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved.
fc14bd9
to
ed81b86
Compare
} | ||
catch | ||
{ | ||
// Ignore exceptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should log a bug to figure out how to get the ILoggerFactory to the server. Doesn't need to block this PR though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue. #81
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also in Helios. https://github.com/aspnet/Helios/issues/117
|
ed81b86
to
c1e298b
Compare
Related to aspnet/HttpAbstractions#196
@lodejard @Tratcher @GrabYourPitchforks