Ignore:
Timestamp:
2006-05-26T15:02:41Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
84eddee
Parents:
1cda4f3 (diff), 6048744 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

[merge] Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/http_client.c

    r1cda4f3 r6fb6410  
    240240
    241241got_reply:
     242        /* Maybe if the webserver is overloaded, or when there's bad SSL
     243           support... */
     244        if( req->bytes_read == 0 )
     245                goto cleanup;
     246       
    242247        /* Zero termination is very convenient. */
    243248        req->reply_headers[req->bytes_read] = 0;
Note: See TracChangeset for help on using the changeset viewer.