Roll src/net/third_party/quiche/src/ ba9d95e4328b..09a013c1993f704e (8 commits)

https://quiche.googlesource.com/quiche.git/+log/ba9d95e4328b..09a013c1993f704e

$ git log ba9d95e4328b..09a013c1993f704e --date=short --no-merges --format='%ad %ae %s'
2020-09-28 wub Change quic_toy_client.cc to include the correct header file for AF_INET/AF_INET6/AF_UNSPEC on windows.
2020-09-28 bnc Add code count for quic_fix_http3_goaway_stream_id.
2020-09-28 fayang Dropping initial keys at the end of writing to avoid potential missing write keys in the middle of writing.
2020-09-28 bnc Do not clip error codes larger than QUIC_LAST_ERROR.
2020-09-28 quiche-dev Fix //third_party/quic/core:quic_connection_test with randomized flags
2020-09-25 fayang Notify debug_visitor once any 0-RTT packet gets acknowledged. Client only (server + TLS does not send 0-RTT packets).
2020-09-25 wub Add flag --ip_version_for_host_lookup to quic_client to indicate the preferred IP version of host address, if host lookup is needed.
2020-09-25 quiche-dev Fix a latent query-of-death

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

[email protected]

Change-Id: I4e66876896183a09d1c33fc3d2f0768bbe71f619
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435748
Commit-Queue: Fan Yang <[email protected]>
Reviewed-by: David Schinazi <[email protected]>
Reviewed-by: Nick Harper <[email protected]>
Auto-Submit: Fan Yang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#811399}
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0ad6289..3eaf834 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -894,6 +894,7 @@
       "quic/platform/impl/quic_socket_address_impl.cc",
       "quic/platform/impl/quic_socket_address_impl.h",
       "quic/platform/impl/quic_stack_trace_impl.h",
+      "quic/platform/impl/quic_testvalue_impl.h",
       "quic/properties_based_quic_server_info.cc",
       "quic/properties_based_quic_server_info.h",
       "quic/quic_address_mismatch.cc",