olegsu/iris

Use custom User Agent

Closed this issue · 1 comments

Requests are sent with the UA user-agent: Go-http-client/1.1.
You should override this with iris and the version number.

Example:

user-agent: iris/0.4.0

My fix did not completely address this.

image

I think the best solution would be to set the VERSION at build time, IMO. I'll send a PR for that in the next day or so.

Notice the cluster header successfully set though! 👍