]> git.sesse.net Git - cubemap/blobdiff - server.h
Rename header_or_error to header_or_short_response, as it will soon be able to contai...
[cubemap] / server.h
index 79c35f82e8bf065a9fe9e7f6bff33ef8eb3b6a23..cfc9d25160413a5ede6408213971a9d6bebed98f 100644 (file)
--- a/server.h
+++ b/server.h
@@ -138,7 +138,7 @@ private:
        void construct_header(Client *client);
 
        // Construct a generic error with the given line, and set the client into
-       // the SENDING_ERROR state.
+       // the SENDING_SHORT_RESPONSE state.
        void construct_error(Client *client, int error_code);
 
        void process_queued_data();