ObjFW  Hex Artifact Content

Artifact 65175ae100ca27770da3effef3f1537c590a973634107e30d72fcb79e5c14642:

  • File src/OFHTTPClient.m — part of check-in [6ad892733b] at 2013-07-29 19:42:12 on branch trunk — OFHTTPClient: Fix -[close] behaviour.

    -[OFHTTPClient close] now closes the connection, no matter whether a
    reply still exists. -[OFHTTPRequestReply close] only disposes of the
    reference to the socket now, so that if the OFHTTPClient does not exist
    anymore the socket is closed, but not if the OFHTTPClient is still alive
    and in keep-alive mode. This is important so that closing a single reply
    does not close the client even though keep-alive was used. (user: js, size: 14602) [annotate] [blame] [check-ins using]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.