Advancing along here.

This commit is contained in:
Brad Arant 2020-12-09 09:43:52 -08:00
parent 5bd9e9ca21
commit c3c9530b4b
5 changed files with 39 additions and 37 deletions

View File

@ -23,7 +23,7 @@ namespace coreutils {
}
File::~File() {
close(fd);
}
void File::setBufferSize(size_t size) {

View File

@ -16,6 +16,8 @@ namespace coreutils {
bool IMFMessage::parse(PString &in) {
coreutils::Log(coreutils::LOG_DEBUG_1) << "Parsing-------\n" << in.str();
while (!in.ifNext("\r\n")) {
headers.emplace_back(in);
}