async-h1 icon indicating copy to clipboard operation
async-h1 copied to clipboard

client: add default user agent

Open Fishrock123 opened this issue 5 years ago • 3 comments

As suggested in discord, I think.

Fishrock123 avatar Sep 14 '20 22:09 Fishrock123

Note: the tests for this are brittle. The order of added header is non-deterministic (HashMap iterator).

Fishrock123 avatar Sep 14 '20 23:09 Fishrock123

Seems reasonable to sort headers by either addition order or alphabetically

jbr avatar Oct 04 '20 00:10 jbr

The problem is we are comparing to raw output files and unless headers are always going to be sorted there isn't a way to do that just for test output without re-writing the tests.

Fishrock123 avatar Oct 07 '20 16:10 Fishrock123