]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: USE_UNIX_SOCKETS on Windows
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2019 10:11:29 +0000 (12:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2019 10:11:29 +0000 (12:11 +0200)
Closes #4040

docs/KNOWN_BUGS

index e385ef59792b9636139e44e5ab549f2c83d38c24..86bc0bc5443808b87f9cb66c7cb2764b4a1a7ac6 100644 (file)
@@ -48,6 +48,7 @@ problems may have been fixed or changed somewhat since this was written!
  4.5 Improve --data-urlencode space encoding
 
  5. Build and portability issues
+ 5.1 USE_UNIX_SOCKETS on Windows
  5.2 curl-config --libs contains private details
  5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
  5.4 Cannot compile against a static build of OpenLDAP
@@ -389,6 +390,13 @@ problems may have been fixed or changed somewhat since this was written!
 
 5. Build and portability issues
 
+5.1 USE_UNIX_SOCKETS on Windows
+
+ Due to incorrect CMake checks for the presense of the feature, it will never
+ be enabled for windows in a cmake build.
+
+ See https://github.com/curl/curl/issues/4040
+
 5.2 curl-config --libs contains private details
 
  "curl-config --libs" will include details set in LDFLAGS when configure is