e3009ab365
The Windows Subsystem for Linux is not a complete implementation of the Linux APIs, and setting TCP_KEEPCNT is currently unimplmenented. Attempting to use this option will cause HTTP connections to fail. This change checks if we are running under WSL, and disables changing TCP_KEEPCNT parameters if so. Change-Id: Ic8b41dea2a75660d9adbce88a00a0fe703a4d120 Closes-Bug: #1614688
10 lines
331 B
YAML
10 lines
331 B
YAML
---
|
|
prelude: >
|
|
HTTP connections work under Windows Subsystem for Linux
|
|
fixes:
|
|
- >
|
|
[`bug 1614688 <https://bugs.launchpad.net/keystoneauth/+bug/1614688>`_]
|
|
HTTP connections were failing under Windows subsystem for Linux because
|
|
TCP_KEEPCNT was being set and that environment does not support such
|
|
override yet.
|