Changeset 1352

Show
Ignore:
Timestamp:
10/03/2006 01:33:35 PM (2 years ago)
Author:
jan
Message:

fixed off-by-one bug when the second CRLF after a HTTP-header is in a second read() call

- fixes #876

Files:
1 modified

Legend:

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

    r1345 r1352  
    953953 
    954954                                                                        last_chunk = lookahead_chunk; 
    955                                                                         last_offset = missing_chars + 1; 
     955                                                                        last_offset = missing_chars; 
    956956 
    957957                                                                        break;