@@ -41,11 +41,11 @@ @property (nonatomic) of_http_request_protocol_version_t protocolVersion; /*! * @brief The protocol version of the HTTP request reply as a string. */ -@property (readonly, nonatomic) OFString *protocolVersionString; +@property (copy, nonatomic) OFString *protocolVersionString; /*! * @brief The status code of the reply to the HTTP request. */ @property (nonatomic) short statusCode; @@ -59,18 +59,10 @@ /*! * @brief The reply as a string, trying to detect the encoding. */ @property (readonly, nonatomic) OFString *string; -/*! - * @brief Sets the protocol version of the HTTP request reply to the version - * described by the specified string. - * - * @param string A string describing an HTTP version - */ -- (void)setProtocolVersionFromString: (OFString *)string; - /*! * @brief Returns the reply as a string, trying to detect the encoding and * falling back to the specified encoding if not detectable. * * @return The reply as a string