Skip to content

Removed is_writable() from DataSink #1483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Removed is_writable() from DataSink #1483

merged 1 commit into from
Feb 4, 2023

Conversation

yhirose
Copy link
Owner

@yhirose yhirose commented Feb 4, 2023

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 yhirose force-pushed the remove-is_writable branch from 36a9f6e to b749308 Compare February 4, 2023 18:43
@yhirose yhirose merged commit d663588 into master Feb 4, 2023
@yhirose yhirose deleted the remove-is_writable branch February 4, 2023 19:14
ExclusiveOrange pushed a commit to ExclusiveOrange/cpp-httplib-exor that referenced this pull request May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant