adamdebreceni commented on a change in pull request #864:
URL: https://github.com/apache/nifi-minifi-cpp/pull/864#discussion_r470474756



##########
File path: libminifi/include/io/ZlibStream.h
##########
@@ -62,12 +61,12 @@ class ZlibBaseStream : public BaseStream {
   ZlibStreamState state_{ZlibStreamState::UNINITIALIZED};
   z_stream strm_{};
   std::vector<uint8_t> outputBuffer_;
+  OutputStream* output_;

Review comment:
       did it both for the ZlibStream and CRCStream




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to