Searched refs:connection_str (Results 1 – 1 of 1) sorted by relevance
222 std::string connection_str = get_connection_string(); in send_connect() local225 if (connection_str.length() > MAX_PAYLOAD_V1) { in send_connect()227 << connection_str.length() << ")"; in send_connect()230 cp->payload.assign(connection_str.begin(), connection_str.end()); in send_connect()