<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"\@等线";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:12.0pt;
        font-family:DengXian;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:DengXian;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="ZH-CN" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">c->quic is never set on main connection (it is not really needed there).<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">ngx_http_v3_init() is first called with main connection, and later it is<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">called with _another_ connection that is a stream, and it has c->quic set.<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">ngx_ssl_shutdown() is not supposed to do something on stream<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">connections, ssl object is shared with main connection. all necessary<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">>
</span><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">cleanup will be done by main connection handlers.<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-family:宋体"><o:p> </o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">ngx_http_v3_init() is only called in ngx_http_init_connection, as ls->handler. And then ngx_quic_listen add the
 main quic connection to udp rbtree.<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">It call main quic connection read->handler If find connection in ngx_lookup_udp_connection, else call ls->handler.<o:p></o:p></span></p>
<p class="MsoNormal" align="left" style="text-align:left"><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri",sans-serif;color:black">But when ngx_http_v3_init() is called by _another_ connection that is a stream?</span><span lang="EN-US" style="font-family:宋体"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.5pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.5pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black">Gao,Yan(ACG VCP)
</span><span lang="EN-US" style="font-size:10.5pt"><o:p></o:p></span></p>
</div>
</body>
</html>