custom http header validation implementation; minor comment fixes

This commit is contained in:
joe
2016-06-08 23:11:21 +01:00
parent e589b40b25
commit 97443ae777
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/*
* WebSocketServer.ino
* WebSocketServerHttpHeaderValidation.ino
*
* Created on: 22.05.2015
* Created on: 08.06.2016
*
*/

View File

@ -128,7 +128,6 @@ void WebSocketsServer::onEvent(WebSocketServerEvent cbEvent) {
/*
* Sets the custom http header validator function
* If this functionality is being used, call this function prior to calling WebSocketsServer::begin
* @param httpHeaderValidationFunc WebSocketServerHttpHeaderValFunc ///< pointer to the custom http header validation function
* @param mandatoryHttpHeaders const char* ///< the array of named http headers considered to be mandatory / must be present in order for websocket upgrade to succeed
*/