X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=d762869e281572278c3603afc0bbd70d657ceb19;hp=33fb55eeeab9180589d57275b182f806dcb3b9a3;hb=845934ca50eee40884e8cc85ea81eb310efa5ca3;hpb=1e15bf9054e65adfce268578f4e474c980ef6443 diff --git a/stream.h b/stream.h index 33fb55e..d762869 100644 --- a/stream.h +++ b/stream.h @@ -29,7 +29,7 @@ struct Stream { // Changes the backlog size, restructuring the data as needed. void set_backlog_size(size_t new_size); - std::string stream_id; + std::string url; // The HTTP response header, without the trailing double newline. std::string http_header;