server monitor

This commit is contained in:
Michael Davidsaver
2020-01-16 19:44:54 -08:00
parent a1b9a64a06
commit c2a4224a21
12 changed files with 761 additions and 13 deletions
+1
View File
@@ -417,6 +417,7 @@ void ServerConn::bevRead()
CASE(GET);
CASE(PUT);
CASE(PUT_GET);
CASE(MONITOR);
CASE(RPC);
CASE(CANCEL_REQUEST);
CASE(DESTROY_REQUEST);