A normal POST now provides data to the main transfer loop via the usual
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
This commit is contained in:
@@ -165,6 +165,8 @@ struct HTTP {
|
||||
/* For FORM posting */
|
||||
struct Form form;
|
||||
struct Curl_chunker chunk;
|
||||
|
||||
char *postdata; /* for regular POSTs */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user