{"author":"Stefan Eissing","author_email":"stefan@eissing.org","author_time":1747919398,"commit_time":1750519244,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"70779199f3cb163c3199d109a544187b6507d839","message":"cf: replace the method get_host with query\n\nConnection filters had a method `get_host()` which had not really been\ndocumented. Since then, the cf had the `query()` method added. Replace\nthe separate get_host with query.\n\nAdd `CF_QUERY_HOST_PORT` as query to connection filters to retrieve\nwhich remote hostname and port the filter (or its sub-filter) is talking\nto. The query is implemented by HTTP and SOCKS filters, all others pass\nit through.\n\nAdd `Curl_conn_get_current_host()` to retrieve the remote host and port\nfor a connection. During connect, this will return the host the\nconnection is talking to right now. Before/After connect, this will\nreturn `conn->host.name`.\n\nThis is used by SASL authentication.\n\nCloses #17419\n","parents":["779937f8400910924154afafb85dedbe95b7dffa"],"tree_hash":"2fef3a52b4e7c23e6c377b8f7abf02fc2c4fa594"}