15 #include "identityStream.h"
19 #include "httpChannel.h"
28 if (_channel != (HTTPChannel *)NULL) {
29 _channel->body_stream_destructs(
this);
41 bool IIdentityStream::
43 if ((_buf._has_content_length && _buf._bytes_remaining == 0) ||
57 void IIdentityStream::
68 INLINE IIdentityStream::ReadState IIdentityStream::
70 return _buf.get_read_state();
73 #endif // HAVE_OPENSSL