X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=udpinput.h;h=b3f504aa20255943302a77e5673489fd89ba4831;hp=11a369073ad0ce000fdb5ec680f6e7d4b4a159c9;hb=70c47a998c5aa2eb536c3c8f71f3178cd217a14d;hpb=a2f189dc473049aec372f2b26930d19b54025a9d diff --git a/udpinput.h b/udpinput.h index 11a3690..b3f504a 100644 --- a/udpinput.h +++ b/udpinput.h @@ -35,7 +35,7 @@ private: // The URL and its parsed components. std::string url; - std::string host, port, path; + std::string user, host, port, path; // The HTTP header we're sending to clients. std::string http_header;