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
commite4302aeff3f0cd1e5a5ee79916fb3998aac88732 (patch)
treeb6f97915a334625c05407c1840cf7c24e44e8c83 /ChangeLog-98a
parent6cac89eeda6c4379134e86f6a8ee5e9d9d558e06 (diff)
downloadATCD-e4302aeff3f0cd1e5a5ee79916fb3998aac88732.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