Как фильтровать данные netflow по туннелю ipsec

Вторая форма будет проигнорирована, см. фрагмент из WebKit, например:

bool HTMLParser::formCreateErrorCheck(Token* t, RefPtr& result)
{
    // Only create a new form if we're not already inside one.
    // This is consistent with other browsers' behavior.
    if (!m_currentFormElement) {
        m_currentFormElement = new HTMLFormElement(formTag, m_document);
        result = m_currentFormElement;
        pCloserCreateErrorCheck(t, result);
    }
    return false;
}

-1
задан tom 25 June 2019 в 19:17
поделиться