Changeset 2086
- Timestamp:
- 02/26/2008 04:20:48 PM (3 months ago)
- Files:
-
- branches/lighttpd-1.4.x/src/connections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/src/connections.c
r2080 r2086 395 395 * 396 396 * */ 397 if ( con->uri.path->used &&397 if ((!con->http_status || con->http_status == 200) && con->uri.path->used && 398 398 con->uri.path->ptr[0] != '*') { 399 399 response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("OPTIONS, GET, HEAD, POST"));

