-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Replace usage of reqwest with hyper #990
Copy link
Copy link
Closed
Labels
domain: testsAnything related to Vector's internal testsAnything related to Vector's internal testsgood first issueAnything that is good for new contributors.Anything that is good for new contributors.type: tech debtA code change that does not add user value.A code change that does not add user value.
Metadata
Metadata
Assignees
Labels
domain: testsAnything related to Vector's internal testsAnything related to Vector's internal testsgood first issueAnything that is good for new contributors.Anything that is good for new contributors.type: tech debtA code change that does not add user value.A code change that does not add user value.
Currently, we pull in
reqwestfor tests in a couple of places but we already pull inhyperandhttp. So I think it would make sense to remove this additional dependency to reduce compile times and the number of dependencies we require during tests.