]> git.ipfire.org Git - thirdparty/curl.git/commit
KNOWN_BUGS: Update 11.9 - DoH option inheritance
authorJay Satiro <raysatiro@yahoo.com>
Fri, 26 Mar 2021 07:14:28 +0000 (03:14 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 26 Mar 2021 07:14:28 +0000 (03:14 -0400)
commit65aa275bbc57487c980939667aea5dca092791a7
tree05f7056eecc29350643d821b06929a754fa67063
parentae42f1df155fc01091a8fb4020c06cd1aa4ba928
KNOWN_BUGS: Update 11.9 - DoH option inheritance

- Add description: Explain that some options aren't inherited because
  they are not relevant for the DoH SSL connections or may result in
  unexpected behavior.

- Remove the reference to #4578 (SSL verify options not inherited) since
  that was fixed by #6597 (separate DoH-specific options for verify).

- Explain that DoH-specific options (those created by #6597) are
  available: CURLOPT_DOH_SSL_VERIFYHOST, CURLOPT_DOH_SSL_VERIFYPEER and
  CURLOPT_DOH_SSL_VERIFYSTATUS.

- Add a reference to #6605 and explain that the user's debug function is
  not inherited because it would be unexpected to pass internal handles
  (ie DoH handles) to the user's callback.

Closes https://github.com/curl/curl/issues/6605
docs/KNOWN_BUGS