@@ -412,13 +412,13 @@ class QuicSessionState {
412412 isGracefulClose : this . isGracefulClose ,
413413 isSilentClose : this . isSilentClose ,
414414 isStatelessReset : this . isStatelessReset ,
415- isDestroyed : this . isDestroyed ,
416415 isHandshakeCompleted : this . isHandshakeCompleted ,
417416 isHandshakeConfirmed : this . isHandshakeConfirmed ,
418417 isStreamOpenAllowed : this . isStreamOpenAllowed ,
419418 isPrioritySupported : this . isPrioritySupported ,
420419 headersSupported : this . headersSupported ,
421420 isWrapped : this . isWrapped ,
421+ applicationType : this . applicationType ,
422422 maxDatagramSize : `${ this . maxDatagramSize } ` ,
423423 lastDatagramId : `${ this . lastDatagramId } ` ,
424424 } ;
@@ -447,7 +447,6 @@ class QuicSessionState {
447447 isGracefulClose : this . isGracefulClose ,
448448 isSilentClose : this . isSilentClose ,
449449 isStatelessReset : this . isStatelessReset ,
450- isDestroyed : this . isDestroyed ,
451450 isHandshakeCompleted : this . isHandshakeCompleted ,
452451 isHandshakeConfirmed : this . isHandshakeConfirmed ,
453452 isStreamOpenAllowed : this . isStreamOpenAllowed ,
0 commit comments