Skip to content
New issue

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

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

Already on GitHub? # to your account

Support Mint #75

Open
falood opened this issue Mar 1, 2019 · 2 comments
Open

Support Mint #75

falood opened this issue Mar 1, 2019 · 2 comments

Comments

@falood
Copy link
Collaborator

falood commented Mar 1, 2019

https://hex.pm/packages/mint

@secretworry
Copy link
Collaborator

Hi, @falood
I just gave the mint a skim. A very cool HTTP lib having a very straightforward implementation with leaving connection management to the user.

Maxwell made an assumption that all request methods have side-effects managing an implicit connection pool. , so that Maxwell doesn't incur any connect and close actions.

The assumption doesn't apply to mint, so we might need to invent a new concept, a connection pool manager adapter. And that requires more adaptations. @zhongwencool We might need a discussion over this.

@secretworry
Copy link
Collaborator

Just noticed mint is considering pooling their connections elixir-mint/mint#32. We just need to wait for the enhancement's debut.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants