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

Refactor HTTP handling #2405

Closed
ainar-g opened this issue Dec 8, 2020 · 1 comment
Closed

Refactor HTTP handling #2405

ainar-g opened this issue Dec 8, 2020 · 1 comment
Assignees
Labels
duplicate Duplicate or merged issues.

Comments

@ainar-g
Copy link
Contributor

ainar-g commented Dec 8, 2020

Currently, the HTTP API logic is intertwined with the rest of our logic. This is obviously suboptimal and has already led to inflated development times and complexity in refactoring and testing. Thus, move all HTTP logic into a new package (aghhttp? httpapi?). Along the way, refactor as many global variables as possible.

This is a large issue, so perhaps it's better to review it in smaller parts.

@ainar-g ainar-g added this to the v0.106.0 milestone Dec 8, 2020
@ameshkov ameshkov assigned ainar-g and unassigned EugeneOne1 Mar 3, 2021
@ameshkov ameshkov added duplicate Duplicate or merged issues. and removed P3: Medium enhancement labels Mar 15, 2021
@ameshkov ameshkov removed this from the v0.106.0 milestone Mar 15, 2021
@ameshkov
Copy link
Member

Duplicates #2554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate or merged issues.
Projects
None yet
Development

No branches or pull requests

3 participants