Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Release/include/cpprest/producerconsumerstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ class basic_producer_consumer_buffer : public streams::details::streambuf_state_
// If front block is not empty - we are done
if (m_blocks.front()->rd_chars_left() > 0) break;

// The block has no more data to be read. Relase the block
// The block has no more data to be read. Release the block
m_blocks.pop_front();
}
}
Expand Down