Add Status page:

* Make HTTP(S) requests on websocket ports reply with Status page
* Fix isWebsocketUpgrade to compare case insensitive
* Make websocket upgrades with no websocket protocols configured report error
* Create unit test for unauthorized requests and the status page
This commit is contained in:
Miguel Portilla
2016-09-14 21:01:35 -04:00
committed by Nik Bougalis
parent aca6db5601
commit e6ed9ae4d8
6 changed files with 329 additions and 53 deletions

View File

@@ -18,4 +18,5 @@
*/
//==============================================================================
#include <test/server/Server_test.cpp>
#include <test/server/Server_test.cpp>
#include <test/server/ServerStatus_test.cpp>