]> git.sesse.net Git - cubemap/blobdiff - server.h
Parse the HTTP header (more) properly, and send the headers on to any connecting...
[cubemap] / server.h
index ce9365d7a49cfb98d176d9a566358c2a5f98d937..5ebc060e10924e88c675f695fe6caefcb8cd520b 100644 (file)
--- a/server.h
+++ b/server.h
@@ -105,7 +105,8 @@ public:
 
        // Stop the thread.
        void stop();
-       
+
+       // Set header (both HTTP header and any stream headers) for the given stream.
        void set_header(const std::string &stream_id, const std::string &header);
 
        // These will be deferred until the next time an iteration in do_work() happens,