Skip to content

http: remove benchmark spacing hack

This commit removes the benchmark spacing modification in client-request-body.js and end-vs-write-end.js which adds two spaces to the end of some variables to make sure the lines line up.

The reason behind this is that its totally pointless (the lines don't actually line up with it) and it disallows you to parse the output with a tool like awk, or at least makes it a lot harder.

Merge request reports

Loading