Masakazu Kitajo

Results 158 comments of Masakazu Kitajo

> If a HTTP2_SESSION_EVENT_FINI is received after a HTTP2_SESSION_EVENT_SHUTDOWN_INIT, the GOAWAY frame with the correct last_stream_id isn't sent out. If a HTTP/2 session timed out, no grace shutdown is triggered....

Ok, I wonder why the property can't check if the connection is closed on TCP layer, but let's leave it aside. The RFC says: > A server that is attempting...

Closing a connection without sending GOAWAY is not polite, but I don't think it's a violation. Depends on why the connection was closed. > Endpoints SHOULD always send a GOAWAY...

The cause of 0rtt test failure is probably https://github.com/apache/trafficserver/issues/11203

Thank you for the report. I'm working on fixing it. If you have security concerns, please contact us by email. https://apache.org/security/ [email protected]

I wonder if the plugin that calls TSSslSecretSet is something you use on prod or just a test plugin. Is the API called at a right timing (hook)?

You mean schedule_every()? I'm not familiar with how this API works, but the documentation suggests you use it at `TS_LIFECYCLE_SSL_SECRET_HOOK`, although it may not necessarily mean you can't use it...

Maybe I need to read the test closely, but I'm confused. You said the API doesn't works as expected but the autest passes.