diff options
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 4f37ba51872..d1456be4e80 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,13 @@ +Thu Jan 07 04:06:51 1999 Irfan Pyarali <irfan@cs.wustl.edu> + + * Connect.cpp (check_unexpected_data): Made the checks for 0 and + -1 from recv() the same. 0 is a graceful shutdown, while -1 is a + somewhat ugly shutdown. Both will result in this function + returning -1 and this connection getting closed. + + * Invocation.cpp (invoke): Added asserts to check for failures in + resume_handler(). + Wed Jan 06 16:44:06 1999 David L. Levine <schmidt@cs.wustl.edu> * TAO version 0.2.47 released. |