Ignore:
Timestamp:
2010-12-28T12:00:46Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c41834a, eaef141
Parents:
e64e40b (diff), 86f6121 (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 more TCP fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/net/socket_client.c

    re64e40b r097967b  
    10231023        if (fragments == 0) {
    10241024                /* No more data, other side has closed the connection. */
     1025                fibril_mutex_unlock(&socket->receive_lock);
     1026                fibril_rwlock_read_unlock(&socket_globals.lock);
    10251027                return 0;
    10261028        }
Note: See TracChangeset for help on using the changeset viewer.