gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 167/222: KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"


From: gnunet
Subject: [gnurl] 167/222: KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"
Date: Thu, 07 Nov 2019 00:11:03 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit a81836a7f21fc9047d0688b66daa1fe15720a3c7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Oct 13 11:35:57 2019 +0200

    KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"
    
    The curl_formadd() function is deprecated and shouldn't be used so the
    real fix for applications is to switch to the curl_mime_* API.
---
 docs/KNOWN_BUGS | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f6d0f7f34..5134e7367 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -12,7 +12,6 @@ check the changelog of the current development status, as one 
or more of these
 problems may have been fixed or changed somewhat since this was written!
 
  1. HTTP
- 1.1 CURLFORM_CONTENTLEN in an array
  1.3 STARTTRANSFER time is wrong for HTTP POSTs
  1.4 multipart formposts file name encoding
  1.5 Expect-100 meets 417
@@ -114,15 +113,6 @@ problems may have been fixed or changed somewhat since 
this was written!
 
 1. HTTP
 
-1.1 CURLFORM_CONTENTLEN in an array
-
- It is not possible to pass a 64-bit value using CURLFORM_CONTENTLEN with
- CURLFORM_ARRAY, when compiled on 32-bit platforms that support 64-bit
- integers. This is because the underlying structure 'curl_forms' uses a dual
- purpose char* for storing these values in via casting. For more information
- see the now closed related issue:
- https://github.com/curl/curl/issues/608
-
 1.3 STARTTRANSFER time is wrong for HTTP POSTs
 
  Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]