Commit 545cafce authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_ascii_equal() must not assume that the string is actually ASCII (so that a-z

are consecutive and with a 0x20 "distance" to the uppercase letter), since we do
support EBCDIC as well. Thus I replaced the macro with a (larger) switch case.

I better change the function name...
parent fb66d517
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment