[openssl/openssl] 567799: Dump out qlog json if it is malformed
Neil Horman
noreply at github.com
Sat Mar 2 15:05:58 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 5677992679b38950c6a0c3775fd57378e1879ba5
https://github.com/openssl/openssl/commit/5677992679b38950c6a0c3775fd57378e1879ba5
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-03-02 (Sat, 02 Mar 2024)
Changed paths:
M test/recipes/70-test_quic_multistream_data/verify-qlog.py
Log Message:
-----------
Dump out qlog json if it is malformed
We're still seeing periodic failures in qlog from malformed json output,
so lets try to catch it.
Modify the verify-qlog.py script to, in the event of an exception in
json.loads, to replay the entire json file to the console, followed by
an exception indicating what line it died trying to parse.
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23715)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list