<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:38:14 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[GODRIVER-2285] Use HandshakeContext for TLS handshakes when using Go 1.17+</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2285</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;For connections that require TLS, the driver asynchronously performs the TLS handshake in a goroutine &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/ae48c67470353306985af3466d20d1241d972296/x/mongo/driver/topology/connection.go#L825&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. The main goroutine waits for either the handshake to complete or the context to expire. In the latter case, the driver just stops waiting for the goroutine &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/ae48c67470353306985af3466d20d1241d972296/x/mongo/driver/topology/connection.go#L843&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt; and returns &quot;ctx.Err()&quot;.&lt;/p&gt;

&lt;p&gt;This is undesirable because it assumes that Handshake() will eventually return, which could be considered a goroutine leak. It also results in an error like &quot;context deadline exceeded&quot; being propagated to the application with no other information. We should consider using the new &quot;tls.Conn#HandshakeContext&quot; &lt;a href=&quot;https://pkg.go.dev/crypto/tls#Conn.HandshakeContext&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;function&lt;/a&gt; when the application is using Go 1.17+.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1971992">GODRIVER-2285</key>
            <summary>Use HandshakeContext for TLS handshakes when using Go 1.17+</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="benji.rewis@mongodb.com">Benji Rewis</assignee>
                                    <reporter username="divjot.arora@mongodb.com">Divjot Arora</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Jan 2022 02:02:21 +0000</created>
                <updated>Thu, 10 Feb 2022 15:31:37 +0000</updated>
                            <resolved>Thu, 10 Feb 2022 15:31:37 +0000</resolved>
                                                    <fixVersion>1.9.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4347859" author="xgen-internal-githook" created="Thu, 10 Feb 2022 15:31:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benjamin Rewis&apos;, &apos;email&apos;: &apos;32186188+benjirewis@users.noreply.github.com&apos;, &apos;username&apos;: &apos;benjirewis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2285&quot; title=&quot;Use HandshakeContext for TLS handshakes when using Go 1.17+&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2285&quot;&gt;&lt;del&gt;GODRIVER-2285&lt;/del&gt;&lt;/a&gt; Use HandshakeContext for TLS handshakes when using Go 1.17+ (#846)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/dc14b6c2ff1a72c43ee74692fb1c7e54ea21aeac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/dc14b6c2ff1a72c43ee74692fb1c7e54ea21aeac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4331055" author="benji.rewis" created="Wed, 2 Feb 2022 18:16:53 +0000"  >&lt;p&gt;PR:&#160;&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/846&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/846&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i01c13:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>