From 1f798affb91e09ddb6c36911d1d6c28386bfb69f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 May 2004 10:52:29 +0000 Subject: typo --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/http.c b/lib/http.c index 34d79a7e2..3084d3211 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1886,7 +1886,7 @@ CURLcode Curl_http(struct connectdata *conn) This limit is no magic limit but only set to prevent really huge POSTs to get the data duplicated with malloc() and family. */ - result == add_buffer(req_buffer, "\r\n", 2); /* end of headers! */ + result = add_buffer(req_buffer, "\r\n", 2); /* end of headers! */ if(result) return result; -- cgit v1.2.3