Changeset dd672e2 for lib/http_client.c


Ignore:
Timestamp:
2012-11-11T21:52:26Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e132b60
Parents:
2fb1262
Message:

Detect and handle streaming connection loss.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/http_client.c

    r2fb1262 rdd672e2  
    302302
    303303eof:
     304        req->flags |= HTTPC_EOF;
     305       
    304306        /* Maybe if the webserver is overloaded, or when there's bad SSL
    305307           support... */
Note: See TracChangeset for help on using the changeset viewer.