Skip to content

Commit 2d9b63c

Browse files
gabyCopilot
andauthored
Update docs/extra/internal.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 54450c6 commit 2d9b63c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/extra/internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ flowchart TD
320320
#### Explanation
321321

322322
- Preforking improves performance by allowing multiple processes to handle requests concurrently.
323-
- Linux SO_REUSEPORT and Windows fallback behavior are functionally different; do not assume identical security or scheduling characteristics across operating systems.
323+
- Linux `SO_REUSEPORT` and Windows fallback behavior are functionally different; do not assume identical security or scheduling characteristics across operating systems.
324324
- The watchdog routine in each child ensures that they exit if the master process is no longer running, maintaining process integrity.
325325

326326
### Security Considerations

0 commit comments

Comments
 (0)