diff options
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 4a2e97f06..a03e12d26 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -359,6 +359,8 @@ struct Curl_transfer_keeper { bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload and we're uploading the last chunk */ + + bool returnbeforebody; /* if to break transfer after headers */ }; /* |