- Timestamp:
- 2012-11-11T21:52:26Z (12 years ago)
- Branches:
- master
- Children:
- e132b60
- Parents:
- 2fb1262
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.c
r2fb1262 rdd672e2 302 302 303 303 eof: 304 req->flags |= HTTPC_EOF; 305 304 306 /* Maybe if the webserver is overloaded, or when there's bad SSL 305 307 support... */ -
lib/http_client.h
r2fb1262 rdd672e2 41 41 { 42 42 HTTPC_STREAMING = 1, 43 HTTPC_EOF = 2, 43 44 } http_client_flags_t; 44 45
Note: See TracChangeset
for help on using the changeset viewer.