Changeset 779541b in mainline for uspace/lib/http/src/http.c


Ignore:
Timestamp:
2015-05-09T13:43:50Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d4b815
Parents:
99ea91b2
Message:

TCP transport layer API - somewhat working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/http/src/http.c

    r99ea91b2 r779541b  
    5252        int rc;
    5353
    54         rc = tcp_conn_recv(http->conn, buf, buf_size, &nrecv);
     54        rc = tcp_conn_recv_wait(http->conn, buf, buf_size, &nrecv);
    5555        if (rc != EOK)
    5656                return rc;
Note: See TracChangeset for help on using the changeset viewer.