Changeset 1382
- Timestamp:
- 10/07/2006 05:17:54 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/connections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/connections.c
r1381 r1382 523 523 524 524 if ((!(con->parsed_response & HTTP_CONTENT_LENGTH)) && 525 (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) == 0) { 525 (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) == 0 && 526 con->request.http_method != HTTP_METHOD_HEAD) { /* don't force a Content-Length if we had a HEAD request */ 526 527 buffer_copy_off_t(srv->tmp_buf, chunkqueue_length(con->write_queue)); 527 528

