X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=KnownIssues.txt;h=ca7e2ccfb1296317874ee351606a5bb7a1a7f8ca;hb=b89189de6e152e16a078a6deb94d4b215604e3cf;hp=c6565b23402306b054364d18706e1a2263ab973e;hpb=335dfe2391992b141657026c4d6b31dc31379971;p=m6w6%2Fext-http diff --git a/KnownIssues.txt b/KnownIssues.txt index c6565b2..ca7e2cc 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -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.