summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-05-20 15:10:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-05-20 15:10:27 +0000
commitcffbb736e751044586e6fe33f44b27bc154a96fe (patch)
treed3dc3961559f650d45058e38f8a3ec7607fb4b29 /apps
parent19c79c552e3eacdd169bcdcea31a83c1ee5fab55 (diff)
downloadATCD-cffbb736e751044586e6fe33f44b27bc154a96fe.tar.gz
ChangeLogTag:Thu May 19 19:10:30 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
index f8ea3a38821..e6ac36ba1fe 100644
--- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
+++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
@@ -193,7 +193,6 @@ Consumer_Handler::handle_output (ACE_HANDLE)
}
case 0: // Partial Send - we got flow controlled by the receiver
{
- ACE_ASSERT (errno == EWOULDBLOCK);
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("%D Partial Send due to flow control")
ACE_TEXT ("- scheduling new wakeup with reactor\n")));