Skip to content

Commit c8566b7

Browse files
bgraingervaintroub
andauthored
Update src/MySqlConnector/Protocol/Serialization/AuthGSSAPI.cs
Co-Authored-By: vaintroub <[email protected]>
1 parent 200ae88 commit c8566b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Protocol/Serialization/AuthGSSAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public override async Task<int> ReadAsync(byte[] buffer, int offset, int count,
7979
return NegotiateStreamConstants.HeaderLength;
8080
}
8181
// Read and cache packet from server.
82-
var payload = await m_serverSession.ReceiveReplyAsync(m_ioBehavior, cancellationToken);
82+
var payload = await m_serverSession.ReceiveReplyAsync(m_ioBehavior, cancellationToken).ConfigureAwait(false);
8383
var segment = payload.ArraySegment;
8484

8585
if (segment.Count > NegotiateStreamConstants.MaxPayloadLength)

0 commit comments

Comments
 (0)