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

serializer::reader_impl() returns a writer #930

Closed
djarek opened this issue Dec 9, 2017 · 0 comments
Closed

serializer::reader_impl() returns a writer #930

djarek opened this issue Dec 9, 2017 · 0 comments

Comments

@djarek
Copy link
Contributor

djarek commented Dec 9, 2017

https://github.com/boostorg/beast/blob/develop/include/boost/beast/http/serializer.hpp#L349-L350

vinniefalco added a commit to vinniefalco/beast that referenced this issue Dec 11, 2017
fix boostorg#930

* The function serializer::reader_impl is deprecated and will
  be removed in a subsequent version.

* Some private symbols used in the implementation were
  also renamed to reflect correct terminology.

Actions Required:

* Call serializer::writer_impl instead of reader_impl
vinniefalco added a commit to vinniefalco/beast that referenced this issue Dec 11, 2017
fix boostorg#930

* The function serializer::reader_impl is deprecated and will
  be removed in a subsequent version.

* Some private symbols used in the implementation were
  also renamed to reflect correct terminology.

Actions Required:

* Call serializer::writer_impl instead of reader_impl
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

1 participant