livepeer/go-livepeer

Livepeer should identify itself in `user-agent` HTTP header

Open

#836 opened on Apr 22, 2019

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Go (223 forks)auto 404
good first issuestatus: iceboxtype: feature

Repository metrics

Stars
 (583 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug Currently, outgoing HTTP requests (at least from the webhook) have a generic go library as its header. I'm getting:

'user-agent': 'Go-http-client/1.1',

For a variety of reasons, we should identify ourselves — we already have the version baked into the binary, so we should just be livepeer/${version}.

Contributor guide