Skip to content

Commit

Permalink
change streamer user-agent default opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mejgun committed Apr 29, 2022
1 parent b58178a commit e1d6fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/streamer/streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ type ConfigT struct {
type SetUserAgentT uint8

const (
Request SetUserAgentT = iota
Extractor
Extractor SetUserAgentT = iota
Request
)

func (u *SetUserAgentT) UnmarshalJSON(b []byte) error {
Expand Down

0 comments on commit e1d6fbe

Please sign in to comment.