Skip to content
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

Replace bool more by an enum class in BlockingWrite. #866

Open
dkorolev opened this issue Sep 16, 2019 · 2 comments
Open

Replace bool more by an enum class in BlockingWrite. #866

dkorolev opened this issue Sep 16, 2019 · 2 comments
Assignees

Comments

@dkorolev
Copy link
Member

Because Connection& BlockingWrite(const char* s, bool more) is called for BlockingWrite(s, strlen(s)), which clearly is not what the user intends.

@dkorolev dkorolev self-assigned this Sep 16, 2019
@mzhurovich
Copy link
Member

@dkorolev Hmm, where did you see BlockingWrite(s, strlen(s))?

@dkorolev
Copy link
Member Author

dkorolev commented Sep 18, 2019 via email

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

No branches or pull requests

2 participants