You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently rely no a custom implementation for the prefork feature. This implementation is very similar to what fasthttp already provides with a few small differences.
Instead of running our own implementation, we should use the one provided by fasthttp natively and reduce the boilerplate code in Fiber's repo.
Feature Proposal Description
We currently rely no a custom implementation for the
prefork
feature. This implementation is very similar to whatfasthttp
already provides with a few small differences.Instead of running our own implementation, we should use the one provided by
fasthttp
natively and reduce the boilerplate code in Fiber's repo.The
fasthttp
prefork can be found here: https://github.com/valyala/fasthttp/tree/master/preforkAlignment with Express API
N/a
HTTP RFC Standards Compliance
N/a
API Stability
N/a
Feature Examples
Checklist:
The text was updated successfully, but these errors were encountered: