X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;h=cfc9d25160413a5ede6408213971a9d6bebed98f;hp=79c35f82e8bf065a9fe9e7f6bff33ef8eb3b6a23;hb=38a2bb28fd8dcb5bb1e0cb56028936a35f20f503;hpb=7628375363e006e2c272f98117609e1595f8cd1a diff --git a/server.h b/server.h index 79c35f8..cfc9d25 100644 --- 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();