add proper credits

This commit is contained in:
Me No Dev 2016-04-23 17:20:51 +03:00
parent 3c3f38e6f6
commit 59732a09bd
1 changed files with 1 additions and 0 deletions

View File

@ -806,6 +806,7 @@ void AsyncWebSocket::handleRequest(AsyncWebServerRequest *request){
/*
* Response to Web Socket request - sends the authorization and detaches the TCP Client from the web server
* Authentication code from https://github.com/Links2004/arduinoWebSockets/blob/master/src/WebSockets.cpp#L480
*/
AsyncWebSocketResponse::AsyncWebSocketResponse(String key, AsyncWebSocket *server){