Authentication-Results: mail-b.sr.ht; dkim=pass header.d=coded.io header.i=@coded.io; dkim=pass header.d=messagingengine.com header.i=@messagingengine.com Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mail-b.sr.ht (Postfix) with ESMTPS id EEABE11EF72 for <~adnano/go-gemini-devel@lists.sr.ht>; Mon, 1 Mar 2021 17:03:26 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id C52CE7AE; Mon, 1 Mar 2021 12:03:25 -0500 (EST) Received: from imap11 ([10.202.2.61]) by compute3.internal (MEProxy); Mon, 01 Mar 2021 12:03:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coded.io; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm3; bh=GerAu29tlduLbkRe7ki5fECtrDeCo+o pIFyvhbYVxNE=; b=mO/A2s/c6RsILqSmexLb/Uo/306Fab77Yw/1S8AejAOp2tx ZQ6bCXY3Emeog5+hZ7i+wJ9imtnT7VrrPBxtlxWhZcmReWVvGA2IwzFBtQ4kr5ec WcKQ0bEdkYUvK0SLEkEC115Ns2duJsEzyesBXbTQ25ypMI9po1SMBpZZgki8VwuP JftJtRhOnNPWqGT1nMjuItwp7DgZAaRE7ZV4xRy80qBvupvZ2ibc7Kvtyaq3lrTN Qga3UfRcI1Mykq8kxuvoVI0RPztQaWIfQYLIrrZbZPCbyrX24Fz379FgMKWXGRSv 2YxMYv118G9A44b9TgPBd0EjzbCNdVQxNoCOmJA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=GerAu2 9tlduLbkRe7ki5fECtrDeCo+opIFyvhbYVxNE=; b=g23dpSnoQz4h1xS9qk7ELe oekTBDK9d2KiSMcdALzzaw2p+HxIF9JxA/dKf8W8X6tHznbwNA9vitHEb4G2ZCkw vDcPouR8TtcxzEUvD6W6AmBO7DnhKC3NSziKm0FAV0FZyhw8rX+UfqJGpIS3ta4Z /rsObNuT3S3KnnTmKpzqsLAZRJopgjGoIcQxYzxb9wUZ8iMr6hQO5PExhTE4N7wu oT64k+Wm1tWy68EuvMEp24VIEBjP3/dM3f1HoQ5lTGQJADbxFU9n0O7uA4bfiynK SEh7n20U64dg52iNHqPz5zft+k326smgyc0NUvjoe3qAgRTe59SzfAANyWIy18Jg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrleekgdelhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreertdenucfhrhhomhepfdfmrghlvggsucfglhifvghrthdfuceosggvlhgrkhestgho uggvugdrihhoqeenucggtffrrghtthgvrhhnpeejffdthefgjeejtdekhfdtleethfekhf fhgeeifeekfeetudelffeifeehtdelteenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpegsvghlrghksegtohguvggurdhioh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 7FC3D240985; Mon, 1 Mar 2021 12:03:24 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-206-g078a48fda5-fm-20210226.001-g078a48fd Mime-Version: 1.0 Message-Id: <15417e9a-2134-4969-8603-c4e25c248091@www.fastmail.com> In-Reply-To: References: Date: Mon, 01 Mar 2021 09:03:03 -0800 From: "Kaleb Elwert" To: "Adnan Maolood" , ~adnano/go-gemini-devel@lists.sr.ht Subject: Re: [PATCH go-gemini] Set req.Host to SNI hostname when available Content-Type: text/plain On Sat, Feb 27, 2021, at 11:04 AM, Adnan Maolood wrote: > I've added the ServerName helper method to Request to make it easier to > access the TLS server name. That seems like a good compromise. Thanks!