Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[+]Merge interop into main #364

Merged
merged 12 commits into from
Nov 8, 2023
Prev Previous commit
Next Next commit
[~] Add mp option when running ./demo_server (#349)
cherylsy committed Nov 7, 2023
commit ea6be17c76bf521e3b3eb152b21f3be09168e702
2 changes: 1 addition & 1 deletion interop/run_endpoint.sh
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ elif [ "$ROLE" == "server" ]; then

#cp -r /www /logs

ARGS="-l d -L "$LOG_DIR/server.log" -p 443 -D "/www" -k $SSLKEYLOGFILE"
ARGS="-l d -L "$LOG_DIR/server.log" -p 443 -D "/www" -k $SSLKEYLOGFILE -M"
echo "./demo_server $ARGS"
./demo_server $ARGS
fi