Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Apr 2004 10:37:52 +0000 (10:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Apr 2004 10:37:52 +0000 (10:37 +0000)
commit70e2aadc18fce9f6e3b9c06612c8314bf4f710b1
tree2bb2451e6dff724f0488c7d62eecd8c107f2e642
parenta1c8aaf666ac64ac3a09bfff1f6eb4b6facfc953
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
for it. It saves one extra copy of the header.

I also added comments for several functions in formdata.c
lib/formdata.c
lib/formdata.h
lib/http.c