cpp-httplib icon indicating copy to clipboard operation
cpp-httplib copied to clipboard

Removed is_writable() from DataSink

Open yhirose opened this issue 2 years ago • 0 comments

This pull request tries to fix #1478 with removing unnecessary DataSink::is_writable() method. This 'writable' check should be done in DataSink::write() with strm.is_writable().

yhirose avatar Feb 04 '23 03:02 yhirose