summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-01 21:11:11 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-01 21:11:11 +0000
commit304d97ade179b75ee4a8086b5e7056904c4e5f48 (patch)
treeb6f97915a334625c05407c1840cf7c24e44e8c83 /ChangeLog-98a
parent08dfb121bd0c352cd3da28cd8cedd9b0e8fc4fd9 (diff)
downloadATCD-304d97ade179b75ee4a8086b5e7056904c4e5f48.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 01ff1d429e0..5298c616165 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,5 +1,10 @@
Fri May 1 13:52:32 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+ * ace/IOStream_T.i (recv_n): ACE_IOStream<STREAM>::eof (void) had
+ a subtle bug if it is called when a get operation (>>) has not
+ failed. Thanks to James CE Johnson <ace-users@lads.com> for
+ reporting this bug.
+
* examples/Connection/misc/Connection_Handler.cpp: Make sure to
activate() each active object using THR_DETACHED so we don't run
out of threading resources. Thanks to Brad Walton