Changeset 1406
- Timestamp:
- 11/10/2006 05:37:19 PM (2 years ago)
- Files:
-
- branches/lighttpd-1.4.x/src/request.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/src/request.c
r1371 r1406 85 85 /* Host is empty */ 86 86 if (host_len == 0) return -1; 87 88 /* if the hostname ends in a "." strip it */ 89 if (host->ptr[host_len-1] == '.') host_len -= 1; 87 90 88 91 /* scan from the right and skip the \0 */

