cpp-httplib
cpp-httplib copied to clipboard
Removed is_writable() from DataSink
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().