if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2002 14:39:23 +0000 (14:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2002 14:39:23 +0000 (14:39 +0000)
commit468b7872725237d538a219273532150e86ce239f
tree7c03be6ec97ccb446622f3a832504f74e35924df
parentcfdb6f851ca6eb5a7979cda9b88e9fbd327cda79
if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that
we should read the POST-data from the read callback
lib/http.c