• David Schinazi's avatar
    Reenable disable_draft_25 · 2cbd8c62
    David Schinazi authored
    This flag was verified last week, and was then set
    `chrome_value: false` because it was breaking tests.
    After digging further, I realized that the failing
    test was incorrect: it would create a dispatcher with
    no versions, which triggers a DCHECK. This used to pass
    because draft-25 was a version that could support
    WebTransport but wasn't part of the origin trial
    versions. I don't think this test adds much value,
    because if there are no versions on the server we don't
    really care about validating that everything fails. So
    this CL removes that test, and flips the flag back.
    
    Change-Id: I80bc8bd3ee76238311d3ac21b034b5a526e6202a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297964
    Auto-Submit: David Schinazi <dschinazi@chromium.org>
    Reviewed-by: default avatarNick Harper <nharper@chromium.org>
    Commit-Queue: David Schinazi <dschinazi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#788851}
    2cbd8c62
quic_flags_list.h 15.7 KB