Skip to content

Commit c18a511

Browse files
Cleanup
1 parent 1672521 commit c18a511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Shared/Utils/HttpChallengeServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public void Stop()
420420
}
421421

422422
_httpListener?.Abort();
423-
_httpListener?.Close();
423+
_httpListener?.Close(); // this internally calls Dispose.
424424

425425
}
426426
catch (Exception ex)

0 commit comments

Comments
 (0)