This makes formposting with a specified file missing fail. curl_easy_perform
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Apr 2002 11:19:03 +0000 (11:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Apr 2002 11:19:03 +0000 (11:19 +0000)
commit95f78080abd4a07f95e1aa06737e1faa854614c7
treee977171c4da5025a27eb5a3e1a4dff4091c54105
parent9549cfde02d72812c5cc1ce241955382b5bc371f
This makes formposting with a specified file missing fail. curl_easy_perform
will then return CURLE_READ_ERROR.
lib/formdata.c
lib/formdata.h
lib/http.c