From 44804ed7e0bb01f78abf6ea5b104ee34ca840176 Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:10:44 -0400 Subject: [PATCH] Credit source --- http3_base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http3_base.py b/http3_base.py index 5210c84..6cae74e 100644 --- a/http3_base.py +++ b/http3_base.py @@ -1,3 +1,5 @@ +# This file based on: https://github.com/aiortc/aioquic/blob/919ccec9836bf5fa4329b5b050604b09f71d0bdc/examples/http3_client.py + import asyncio import logging import time