Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed default http.Client && fix panic #45

Merged
merged 13 commits into from
Sep 24, 2024

Conversation

dantedenis
Copy link
Contributor

  • have panic when Image == nil (fixed)
  • have problem when using default http.Client (tls etc): below is my solution to this problem
    It is possible to dispute :)

@bobiverse
Copy link
Owner

Can you write tests that encapsulate and show the problem you are managing to fix?
Adding that to PR would be the best 🙏

@dantedenis
Copy link
Contributor Author

no problem

@bobiverse bobiverse changed the base branch from master to PR-45-cleanup September 24, 2024 07:55
@bobiverse bobiverse merged commit 497958e into bobiverse:PR-45-cleanup Sep 24, 2024
1 check passed
bobiverse added a commit that referenced this pull request Sep 24, 2024
* Changed default http.Client && fix panic (#45)

* add case Image in mapToParams

* udpate gomod

* fix panic

* fix panic

* added an ability to changed client http

* add context in interface Downloader

* udpate gomod

* fix panic

* fix panic

* added an ability to changed client http

* add context in interface Downloader

* resolve conflict after rebase

* cleanup downloader integraion

---------

Co-authored-by: Denis <76144861+dantedenis@users.noreply.github.com>
@bobiverse
Copy link
Owner

thanks! 🙏

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