- remove LFS dependant parts which caused some real weirdance with curl_share
[m6w6/ext-http] / KnownIssues.txt
index c6565b23402306b054364d18706e1a2263ab973e..ca7e2ccfb1296317874ee351606a5bb7a1a7f8ca 100644 (file)
@@ -16,3 +16,5 @@ Internals:
        Inflating raw deflated data causes a re-initialization of the inflate
                stream where the corresponding window bits are modified to tell libz
                to not check for zlib header bytes.  This is not preventable AFAICS.
+       LFS dependant parts of libcurl are left out because of off_t,
+               respectively off64_t confusion.