bneradt opened a new pull request, #13316: URL: https://github.com/apache/trafficserver/pull/13316
Malformed client HTTP/2 streams can produce noisy error-level diagnostics even though the malformed parse details are now available in transaction logs via apache/trafficserver#13059. The original downgrade targeted the outbound session stream creation path, which can hide origin-side signals such as concurrent stream limit failures. This downgrades the inbound rcv_frame stream-error diagnostic to Http2StreamDebug while leaving outbound stream creation errors at Error level. This also updates the malformed request AuTest to look for the debug diagnostic in traffic.out. Stacked on apache/trafficserver#13315. Once #13315 lands, this PR should contain only the inbound stream-error log downgrade and matching AuTest update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
