diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 09:32:09 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-02 09:32:09 +0000 |
commit | 6229320ae6c0d72ca4d5e6230050f7fc9a92030e (patch) | |
tree | 33d2f69e9d27b13e405a27f4918fae4cdf1e395d /cppe/src/IceE/Connection.cpp | |
parent | - Fixes for Windows shutdown issue. (diff) | |
download | ice-6229320ae6c0d72ca4d5e6230050f7fc9a92030e.tar.bz2 ice-6229320ae6c0d72ca4d5e6230050f7fc9a92030e.tar.xz ice-6229320ae6c0d72ca4d5e6230050f7fc9a92030e.zip |
Shrink the buffer memory if it's not needed anymore.
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index 746d906cf94..9c036b1b9a5 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -1610,8 +1610,8 @@ Ice::Connection::run() #ifndef ICEE_PURE_CLIENT Int invokeNum = 0; _in.os()->reset(); - _in.is()->reset(); #endif + _stream.reset(); // // Read and parse the next message. We don't need to lock the |