|  | @@ -19281,6 +19281,7 @@ init_connection(struct mg_connection *conn)
 | 
	
		
			
				|  |  |  	conn->data_len = 0;
 | 
	
		
			
				|  |  |  	conn->handled_requests = 0;
 | 
	
		
			
				|  |  |  	conn->connection_type = CONNECTION_TYPE_INVALID;
 | 
	
		
			
				|  |  | +	conn->request_info.acceptedWebSocketSubprotocol = NULL;
 | 
	
		
			
				|  |  |  	mg_set_user_connection_data(conn, NULL);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #if defined(USE_SERVER_STATS)
 |