Y
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
Tringi
690 days ago
Ah, yeah, that's true.
link