livepeer/go-livepeer

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

开放

#836 创建于 2019年4月22日

 (1 条评论) (0 个反应) (1 位负责人)Go (223 个派生)auto 404
good first issuestatus: iceboxtype: feature

仓库指标

星标
 (583 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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}.

贡献者指南