aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-03 14:42:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-03 14:42:08 +0000
commitfce9d5112286eb67b5f28ac0be49697ff7da89f9 (patch)
treedeb23ecb6688f87a0e4cfb4e2ef9eb8c015f9032
parent7c3ee84295fcb901099c6fb48ced682dc68aceab (diff)
updated a comment
-rw-r--r--lib/http.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/http.c b/lib/http.c
index c664ac1d1..f498be23b 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -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;