$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63038 - trunk/boost/iostreams/detail/streambuf
From: steven_at_[hidden]
Date: 2010-06-17 10:32:07
Author: steven_watanabe
Date: 2010-06-17 10:32:06 EDT (Thu, 17 Jun 2010)
New Revision: 63038
URL: http://svn.boost.org/trac/boost/changeset/63038
Log:
Fix gzip errors. direct_streambuf should always have true_eof set.
Text files modified:
trunk/boost/iostreams/detail/streambuf/direct_streambuf.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/iostreams/detail/streambuf/direct_streambuf.hpp
==============================================================================
--- trunk/boost/iostreams/detail/streambuf/direct_streambuf.hpp (original)
+++ trunk/boost/iostreams/detail/streambuf/direct_streambuf.hpp 2010-06-17 10:32:06 EDT (Thu, 17 Jun 2010)
@@ -121,7 +121,6 @@
init_output(category());
setg(0, 0, 0);
setp(0, 0);
- this->set_true_eof(false);
this->set_needs_close();
}