curl-trace-parser
curl-trace-parser copied to clipboard
SSL data in curl tracefile not ignored
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.