Authentication-Results: mail-b.sr.ht; dkim=pass header.d=adnano.co header.i=@adnano.co Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by mail-b.sr.ht (Postfix) with ESMTPS id BCF9911EF0F for <~adnano/go-gemini-devel@lists.sr.ht>; Sat, 27 Feb 2021 19:04:58 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adnano.co; s=key1; t=1614452697; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=kN6hrs0FM4r7zXwztb1BWMTKH78PDdoX4Z7dF2SOaGg=; b=zbUf1aSz+y7Vq2uN3vndXQpyJl+1G3PH005ka7AFX7QGzqHGyCdTUtG+MIjEl8KzMmDA17 7BKoKetEnqgeoaHpZ1CdlQfRQ6yDNB5Ri144dU4XPtvJEym31aslwkXiofamQS1aDSQSjf SvYqJANh0+HOuEXuOP8h9q5JrqksTQsMjf3MsqTBrn2u2i/ghIWn1Z7cSSMxTcls4k+k0a KZ4y/Ky/9nyC4cYc8UIJhj4n3ylKCIs9LrxdDTgzeFrExNla0PNqzIYN8MGwX7UDHC6/f3 9uqVWiGHtJc1NIRqep9aSRk+XFvDiTGwj9/HCBH6VUsgJwvD0/Xcmfma9qWhxw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH go-gemini] Set req.Host to SNI hostname when available X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Adnan Maolood" To: "Adnan Maolood" , "Kaleb Elwert" , <~adnano/go-gemini-devel@lists.sr.ht> Date: Sat, 27 Feb 2021 14:04:01 -0500 Message-Id: In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: me@adnano.co I've added the ServerName helper method to Request to make it easier to access the TLS server name.