From 5ff976586b8e6c39ce4d4d0874271893d27e7699 Mon Sep 17 00:00:00 2001 From: Aloys Augustin Date: Mon, 8 Jul 2019 16:12:38 +0200 Subject: quic: update quicly library Update quicly to latest version that includes our upstreamed patch. Change-Id: I0b26c72e49bce81daf4fb069b5818defd6cf25b9 Type: feature Signed-off-by: Aloys Augustin --- .../patches/quicly_0.0.2-vpp/0002-close-update-now.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch (limited to 'build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch') diff --git a/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch b/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch deleted file mode 100644 index 27b54a6105b..00000000000 --- a/build/external/patches/quicly_0.0.2-vpp/0002-close-update-now.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/quicly.c b/lib/quicly.c -index fac85f2..80e1bcd 100644 ---- a/lib/quicly.c -+++ b/lib/quicly.c -@@ -3240,6 +3240,7 @@ static int initiate_close(quicly_conn_t *conn, int err, uint64_t frame_type, con - int quicly_close(quicly_conn_t *conn, int err, const char *reason_phrase) - { - assert(err == 0 || QUICLY_ERROR_IS_QUIC_APPLICATION(err)); -+ update_now(conn->super.ctx); - - return initiate_close(conn, err, QUICLY_FRAME_TYPE_PADDING /* used when err == 0 */, reason_phrase); - } -- cgit 1.2.3-korg