Changeset 1716

Show
Ignore:
Timestamp:
03/17/2007 07:47:24 PM (18 months ago)
Author:
darix
Message:

- properly handle 206 responses generated by *cgi scripts

closes 755

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/src/connections.c

    r1678 r1716  
    505505 
    506506        case 206: /* write_queue is already prepared */ 
    507                 con->file_finished = 1; 
    508  
    509507                break; 
    510508        case 205: /* class: header only */