Skip to content

Fixed proxy being ignored#46

Open
abserari wants to merge 1 commit into
ryanbradynd05:masterfrom
abserari:patch-1
Open

Fixed proxy being ignored#46
abserari wants to merge 1 commit into
ryanbradynd05:masterfrom
abserari:patch-1

Conversation

@abserari

Copy link
Copy Markdown

No description provided.

Comment thread main.go

// Init setup the apiKey
func Init(config Config) *TMDb {
internalConfig := new(tmdbConfig)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to remove this line? It looks like only the other change is actually needed.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this internalConfig useless,Even if you don't delete it, it won't have any impact.Of course, the best way is for each client to initialize and maintain the proxy information by itself, but it is OK if the library provides a default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants