X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=d762869e281572278c3603afc0bbd70d657ceb19;hp=33fb55eeeab9180589d57275b182f806dcb3b9a3;hb=9abb89bcf7940e2ada9d708f86a218a56334f68d;hpb=ef7f588a9b7a63ba2153cd06ce5322db4453fa16 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;