Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 13:57:38 +0000 (13:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 13:57:38 +0000 (13:57 +0000)
commitd3f796ac59f37c65c04e0bd459fda74d5da4fc70
treec6d45a322fc4cfb2a605b6707650c0006cca728c
parent3d38080d5458a4efe746d3920310e05c53a64842
Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the
previous difference was not clear nor documented properly). They can now both
be used interchangeably, but we prefer UPLOAD to PUT since it is a more
generic term.
lib/url.c