Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Dispatcher / ErrorHandlingAcceptor.cs
index 853a5f7386b60a3debb99ffe00eafdc674a66346..87f9088a8add469f1b679fd057ff1f0e23fbb778 100644 (file)
@@ -56,9 +56,9 @@ namespace System.ServiceModel.Dispatcher
         {
             if ((this.dispatcher == null) || !this.dispatcher.HandleError(e))
             {
-                // We only stop if the listener faults.  It is a 
-
-
+                // We only stop if the listener faults.  It is a bug
+                // if the listener is in an invalid state and does not
+                // fault.  So there are no cases today where this aborts.
             }
         }