-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Milestone
Description
Feature Proposal Description
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.
Add support for prefork and tlsConfig / Custom Listener.
The fasthttp prefork can be found here: https://github.com/valyala/fasthttp/tree/master/prefork
Alignment with Express API
N/a
HTTP RFC Standards Compliance
N/a
API Stability
N/a
Feature Examples
N/aChecklist:
- I agree to follow Fiber's Code of Conduct.
- I have searched for existing issues that describe my proposal before opening this one.
- I understand that a proposal that does not meet these guidelines may be closed without explanation.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo