]> git.sesse.net Git - cubemap/blobdiff - udpinput.h
Add suppor for raw (non-Metacube) inputs over HTTP. Only really useful for TS.
[cubemap] / udpinput.h
index 11a369073ad0ce000fdb5ec680f6e7d4b4a159c9..b3f504aa20255943302a77e5673489fd89ba4831 100644 (file)
@@ -35,7 +35,7 @@ private:
 
        // The URL and its parsed components.
        std::string url;
 
        // 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;
 
        // The HTTP header we're sending to clients.
        std::string http_header;