Commit 430aa84
committed
fix: remove unreachable duplicate OPTIONS handling block
The elseif branch for REQUEST_METHOD_OPTIONS at line 661 was dead code —
OPTIONS requests are already handled and returned earlier (lines 628-657).
Removing the duplicate simplifies the control flow.
https://claude.ai/code/session_0196tmVsX1KjJKmuHncp7HiV1 parent eae308a commit 430aa84
1 file changed
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | 661 | | |
686 | 662 | | |
687 | 663 | | |
| |||
0 commit comments