Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

SSL data in curl tracefile not ignored #77

Open
SteveHespelt opened this issue Sep 23, 2020 · 0 comments
Open

SSL data in curl tracefile not ignored #77

SteveHespelt opened this issue Sep 23, 2020 · 0 comments

Comments

@SteveHespelt
Copy link

version 0.0.8

When a curl trace file is generated going against an endpoint using HTTPS, the resulting "Send SSL data", "Recv SSL data" chunks in the tracefile cause 'noisy' output for both the --raw and --blueprint options.
Removing these chunks from the tracefile eliminates the noisy output.
Perhaps the first for loop in the parse() function (in parser.js) could filter out these chunks?

But, on a more positive node, nice tool - as the description states, "If you want a human readable form then this parser is what you need". The blueprint output is a quite nice feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant