Hacker News new | ask | show | jobs
by fanf2 690 days ago
There are lots of protocols that are ASCII case-insensitive, such as SMTP, IMAP, HTTP, DNS, … so this kind of code is common in the hot path of lots of networking software.
1 comments

Ah, yeah, that's true.