Commit fe74a82
Make scheme comparisons case-insensitive in IsDefaultPort
Use StringComparison.OrdinalIgnoreCase for scheme comparisons to handle HTTP/HTTPS in any case.
Co-authored-by: halter73 <54385+halter73@users.noreply.github.com>1 parent 040a1d2 commit fe74a82
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments