Changeset 779541b in mainline for uspace/lib/http/src/http.c
- Timestamp:
- 2015-05-09T13:43:50Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d4b815
- Parents:
- 99ea91b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/http/src/http.c
r99ea91b2 r779541b 52 52 int rc; 53 53 54 rc = tcp_conn_recv (http->conn, buf, buf_size, &nrecv);54 rc = tcp_conn_recv_wait(http->conn, buf, buf_size, &nrecv); 55 55 if (rc != EOK) 56 56 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.