X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=BUGS;h=0b981790dbeb4ba2cc836b1072de46cf178918ac;hb=25e50bfda03270c424896255dfe2f54597a2b594;hp=4c2ad80b6025a49554ce2b2c54e6b02063385c26;hpb=cb52f6733c36f10ba469fd26464f44fa4c79f29e;p=m6w6%2Fext-http diff --git a/BUGS b/BUGS index 4c2ad80..0b98179 100644 --- a/BUGS +++ b/BUGS @@ -2,15 +2,13 @@ Known Issues ============ Windows: - If you keep getting "SSL connect error" when trying to issue + If you keep getting "SSL connect error" when trying to issue requests, try another (newer) libeay32.dll/ssleay32.dll pair. 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. Persistent handles and "cookiestore" request option do interfere, as libcurl saves the cookies to the file on curl_easy_destroy(), cookies are not saved until the CURL handle will be recycled.