mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Seastar moved the read_entire_stream(), read_entire_stream_contiguous() and skip_entire_stream() from the "httpd" namespace to the "util" namespace. Using them with their old names causes deprecation warnings when compiling alternator/server.cc. This patch fixes the namespace (and adds the new include) to get rid of the deprecation warnings. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20211209132759.1319420-1-nyh@scylladb.com>