Changeset 489
- Timestamp:
- 07/31/2005 10:43:47 AM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/src/connections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/src/connections.c
r470 r489 1260 1260 } else if (con->in_error_handler) { 1261 1261 /* error-handler is back and has generated content */ 1262 /* reset the old status */ 1263 if (con->http_status == 0) { 1264 con->http_status = con->error_handler_saved_status; 1265 } 1262 /* if Status: was set, take it otherwise use 200 */ 1266 1263 } 1267 1264

