Skip to content

Commit

Permalink
fix isClosed
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 28, 2023
1 parent 4465902 commit 39e1380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scorper/http/streamserver.nim
Original file line number Diff line number Diff line change
Expand Up @@ -961,5 +961,5 @@ proc newScorper*(address: string, handler: ScorperCallback | Router[ScorperCallb
result.initSecurityScorper(secureFlags, privateKey, certificate, tlsMinVersion, tlsMaxVersion)

func isClosed*(server: Scorper): bool =
server.status = ServerStatus.Closed
server.status == ServerStatus.Closed

0 comments on commit 39e1380

Please sign in to comment.