Init postdata properly before issuing a request, so that there isn't any
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859.
This commit is contained in:
Родитель
39a282bffc
Коммит
3242ea5f66
|
@ -997,6 +997,8 @@ CURLcode Curl_http(struct connectdata *conn)
|
|||
headers = headers->next;
|
||||
}
|
||||
|
||||
http->postdata = NULL; /* nothing to post at this point */
|
||||
|
||||
switch(data->set.httpreq) {
|
||||
|
||||
case HTTPREQ_POST_FORM:
|
||||
|
|
Загрузка…
Ссылка в новой задаче