mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
fix comment
This commit is contained in:
parent
ddc9297a4f
commit
066e6323c5
@ -442,7 +442,7 @@ ngx_vsnprintf(u_char *buf, size_t max, const char *fmt, va_list args)
|
||||
|
||||
|
||||
/*
|
||||
* We use ngx_strcasecmp()/ngx_strncasecmp() for 7-bit ASCII string only,
|
||||
* We use ngx_strcasecmp()/ngx_strncasecmp() for 7-bit ASCII strings only,
|
||||
* and implement our own ngx_strcasecmp()/ngx_strncasecmp()
|
||||
* to avoid libc locale overhead. Besides, we use the ngx_uint_t's
|
||||
* instead of the u_char's, because they are slightly faster.
|
||||
|
Loading…
Reference in New Issue
Block a user