diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-02 16:51:02 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-02 16:51:02 +0000 |
| commit | 7138ca1704831157e6cea929c3f87185016e0d17 (patch) | |
| tree | 7ec14337794b1f0afdee28d8ee3eb9a0e76652cb /src/os/win32/ngx_files.c | |
| parent | eaf3544e15cc7551efa128ed5bb67851cb57d11e (diff) | |
| download | nginx-7138ca1704831157e6cea929c3f87185016e0d17.tar.gz nginx-7138ca1704831157e6cea929c3f87185016e0d17.tar.bz2 | |
Merge of r4682, r4694, r4699, r4704, r4705: minor nits.
*) Fixed spelling of "endianness", and called it "byte ordering" in the
user visible part.
*) Fixed return type of ngx_strerror_init().
*) Fixed a harmless error in spelling of "Connection: close" when computing
the response header length.
*) Style.
*) Added code to look up Google perftools in /opt/local/, for MacPorts.
Diffstat (limited to '')
| -rw-r--r-- | src/os/win32/ngx_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_files.c b/src/os/win32/ngx_files.c index 11d9c35ac..ee846cdf3 100644 --- a/src/os/win32/ngx_files.c +++ b/src/os/win32/ngx_files.c @@ -722,7 +722,7 @@ ngx_win32_check_filename(u_char *name, u_short *u, size_t len) if (ch == ':') { goto invalid; } - + if (ch == '.' || ch == ' ') { break; } |
