]> WPIA git - cassiopeia.git/blobdiff - src/io/record.h
fix: also send chunks, when body is empty
[cassiopeia.git] / src / io / record.h
index 28a9b1e710da79be26bbff034207328bf7fd86aa..d56708aa9a768f84d453200f6c390e670c25c078 100644 (file)
@@ -6,6 +6,7 @@
 #include <string>
 
 #include "bios.h"
+#include "io/opensslBIO.h"
 
 #define RECORD_HEADER_SIZE 17
 
@@ -105,5 +106,6 @@ public:
 };
 
 std::string parseCommand( RecordHeader& head, const std::string& input );
+std::string parseCommandChunked( RecordHeader& head, std::shared_ptr<OpensslBIOWrapper> conn);
 
 void sendCommand( RecordHeader& head, const std::string& data, std::shared_ptr<OpensslBIO> bio );