Skip to content

Commit

Permalink
Minor fix during rebase
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21815)
  • Loading branch information
hlandau committed Aug 30, 2023
1 parent 84adf07 commit bd3b026
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions util/quicserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ int main(int argc, char *argv[])
}
} while(streamid == UINT64_MAX);

while (!ossl_quic_tserver_shutdown(qtserv, 0))
wait_for_activity(qtserv);

/* Read the request */
do {
if (first)
Expand Down

0 comments on commit bd3b026

Please sign in to comment.