diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-12-25 14:01:28 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-12-25 14:01:28 +0300 |
commit | 49527110972d80d20000044e6e63f6a1a08af67f (patch) | |
tree | c5b7b72233900bff1a3cabd9438ae9d70683469d /src | |
parent | 45666324afdbd3ccad709d5b17fbad8ff07aef55 (diff) | |
download | nginx-49527110972d80d20000044e6e63f6a1a08af67f.tar.gz nginx-49527110972d80d20000044e6e63f6a1a08af67f.zip |
QUIC: moved all quic sources into src/event/quic.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/quic/ngx_event_quic.c (renamed from src/event/ngx_event_quic.c) | 0 | ||||
-rw-r--r-- | src/event/quic/ngx_event_quic.h (renamed from src/event/ngx_event_quic.h) | 0 | ||||
-rw-r--r-- | src/event/quic/ngx_event_quic_protection.c (renamed from src/event/ngx_event_quic_protection.c) | 0 | ||||
-rw-r--r-- | src/event/quic/ngx_event_quic_protection.h (renamed from src/event/ngx_event_quic_protection.h) | 0 | ||||
-rw-r--r-- | src/event/quic/ngx_event_quic_transport.c (renamed from src/event/ngx_event_quic_transport.c) | 0 | ||||
-rw-r--r-- | src/event/quic/ngx_event_quic_transport.h (renamed from src/event/ngx_event_quic_transport.h) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/event/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c index 73cde84d5..73cde84d5 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/quic/ngx_event_quic.c diff --git a/src/event/ngx_event_quic.h b/src/event/quic/ngx_event_quic.h index 59578feea..59578feea 100644 --- a/src/event/ngx_event_quic.h +++ b/src/event/quic/ngx_event_quic.h diff --git a/src/event/ngx_event_quic_protection.c b/src/event/quic/ngx_event_quic_protection.c index 401b71121..401b71121 100644 --- a/src/event/ngx_event_quic_protection.c +++ b/src/event/quic/ngx_event_quic_protection.c diff --git a/src/event/ngx_event_quic_protection.h b/src/event/quic/ngx_event_quic_protection.h index 4e39ea57a..4e39ea57a 100644 --- a/src/event/ngx_event_quic_protection.h +++ b/src/event/quic/ngx_event_quic_protection.h diff --git a/src/event/ngx_event_quic_transport.c b/src/event/quic/ngx_event_quic_transport.c index 45c60c255..45c60c255 100644 --- a/src/event/ngx_event_quic_transport.c +++ b/src/event/quic/ngx_event_quic_transport.c diff --git a/src/event/ngx_event_quic_transport.h b/src/event/quic/ngx_event_quic_transport.h index aa1c888e0..aa1c888e0 100644 --- a/src/event/ngx_event_quic_transport.h +++ b/src/event/quic/ngx_event_quic_transport.h |