From 49f75ee8ce690c3397b5ff01e313629ca89e9235 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Dec 2002 16:05:57 +0000 Subject: 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). --- lib/urldata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 2b51008bc..6e66d2483 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -165,6 +165,8 @@ struct HTTP { /* For FORM posting */ struct Form form; struct Curl_chunker chunk; + + char *postdata; /* for regular POSTs */ }; /**************************************************************************** -- cgit v1.2.3