]> granicus.if.org Git - curl/commitdiff
updated a comment
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jun 2004 14:42:08 +0000 (14:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jun 2004 14:42:08 +0000 (14:42 +0000)
lib/http.c

index c664ac1d1bbb775fc82065db03490996f6286344..f498be23b962adf8fb6f0cdf6d8c7ade7603d01a 100644 (file)
@@ -1766,13 +1766,11 @@ CURLcode Curl_http(struct connectdata *conn)
       }
 
       if(!checkheaders(data, "Content-Type:")) {
-        /* Get Content-Type: line from Curl_formpostheader, which happens
-           to always be the first line. We can know this for sure since
-           we always build the formpost linked list the same way!
+        /* Get Content-Type: line from Curl_formpostheader.
 
            The Content-Type header line also contains the MIME boundary
            string etc why disabling this header is likely to not make things
-           work, but we support it anyway.
+           work, but we support disabling it anyway.
         */
         char *contentType;
         size_t linelength=0;