breard-r/acmed

Don't create a new http client/session on each request

Opened this issue · 0 comments

Currently, a new http client is created on every request. The method that handles this potentially reads files, and those reads shouldn't have to happen on each request. Not terrible, but not ideal.