diff options
Diffstat (limited to 'test/rfc9220_SUITE.erl')
-rw-r--r-- | test/rfc9220_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rfc9220_SUITE.erl b/test/rfc9220_SUITE.erl index 7f447ed..38a59b2 100644 --- a/test/rfc9220_SUITE.erl +++ b/test/rfc9220_SUITE.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2018, Loïc Hoguin <[email protected]> +%% Copyright (c) Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above @@ -426,7 +426,7 @@ reject_upgrade_header(Config) -> % Examples. accept_handshake_when_enabled(Config) -> - doc("Confirm the example for Websocket over HTTP/2 works. (RFC9220, RFC8441 5.1)"), + doc("Confirm the example for Websocket over HTTP/3 works. (RFC9220, RFC8441 5.1)"), %% Connect to server and confirm that SETTINGS_ENABLE_CONNECT_PROTOCOL = 1. #{conn := Conn, settings := Settings} = rfc9114_SUITE:do_connect(Config), #{enable_connect_protocol := true} = Settings, |