Update fuzzing

This commit is contained in:
Alex Hultman
2020-06-27 02:19:29 +02:00
parent 3e5d91418a
commit 2c62b07453
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct Impl {
return true;
}
static void forceClose(uWS::WebSocketState<true> *wState, void *s) {
static void forceClose(uWS::WebSocketState<true> *wState, void *s, std::string_view reason = {}) {
}