diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-06-25 12:41:58 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-06-25 12:41:58 +0300 |
commit | 024df8da684c9d0ce55f9ea8e74bdf61554e3755 (patch) | |
tree | d49569a179284d43728b3b1fd6f917f576918107 | |
parent | e1c2a97b923ad673364e85d97d717f1bfcf5df24 (diff) | |
download | nginx-024df8da684c9d0ce55f9ea8e74bdf61554e3755.tar.gz nginx-024df8da684c9d0ce55f9ea8e74bdf61554e3755.zip |
README: updated path after moving QUIC sources.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ Example configuration: be easily filtered out. + If you want to investigate deeper, you may want to enable - additional debugging in src/event/ngx_event_quic_connection.h: + additional debugging in src/event/quic/ngx_event_quic_connection.h: #define NGX_QUIC_DEBUG_PACKETS #define NGX_QUIC_DEBUG_FRAMES |