This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
move from actix
to hyper
#446
amitu
started this conversation in
Ideas & RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Status: Abandoned
Started On: 23rd Aug 2022
Owner: @amitu
We already have dependency on
hyper
due toreqwest
, so currently we essentially have two HTTP server building libraries. Moving from ``actixto
hyper` will reduce number of dependencies from current 328 to 271.Feature: clean code
Why Are We Abandoning This
@amitu ended up doing this by a series of refactors to create
fpm::http
, and use it everywhere, and removing direct mentionactix_web
from most places but a few. The final PR that actually replaces actix-web with hyper is there, but we have come across some issues documented in the PR.For now we are abandoning this.
Beta Was this translation helpful? Give feedback.
All reactions