|
|
@@ -382,9 +382,6 @@ access_handler (void *cls,
|
|
|
/* upgrade the connection */
|
|
|
response = MHD_create_response_for_upgrade (&upgrade_handler,
|
|
|
NULL);
|
|
|
- MHD_add_response_header (response,
|
|
|
- MHD_HTTP_HEADER_CONNECTION,
|
|
|
- "Upgrade");
|
|
|
MHD_add_response_header (response,
|
|
|
MHD_HTTP_HEADER_UPGRADE,
|
|
|
"websocket");
|