Implemented session timeout; ping command
[pazpar2-moved-to-github.git] / http.h
diff --git a/http.h b/http.h
index 3fa3a3b..d5b1d07 100644 (file)
--- a/http.h
+++ b/http.h
@@ -21,7 +21,7 @@ struct http_channel
     enum
     {
         Http_Idle,
-        Http_Busy      // Don't process new HTTP requests
+        Http_Busy      // Don't process new HTTP requests while we're busy
     } state;
     NMEM nmem;
     WRBUF wrbuf;