Ignore:
Timestamp:
Nov 6, 2007, 9:23:18 PM (16 years ago)
Author:
Bruno Cornec
Message:

Update mindi-busybox to 1.7.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/networking/httpd.c

    r1765 r1772  
    11861186     * and send it to the peer. So please no SIGPIPEs! */
    11871187    signal(SIGPIPE, SIG_IGN);
     1188
     1189    /* Accound for POSTDATA already in hdr_buf */
     1190    bodyLen -= hdr_cnt;
    11881191
    11891192    /* This loop still looks messy. What is an exit criteria?
Note: See TracChangeset for help on using the changeset viewer.