diff --git a/guides/webtransport_guide.md b/guides/webtransport_guide.md index bfcd6de8..380f2704 100644 --- a/guides/webtransport_guide.md +++ b/guides/webtransport_guide.md @@ -268,4 +268,3 @@ run(URL) -> - [WebSocket Guide](websocket_guide.md) - [HTTP/3 Guide](http3_guide.md) - [Getting Started](../GETTING_STARTED.md) -``` diff --git a/src/hackney_ssl.erl b/src/hackney_ssl.erl index 9a711eec..b66275e4 100644 --- a/src/hackney_ssl.erl +++ b/src/hackney_ssl.erl @@ -220,7 +220,7 @@ options_key(FinalSslOpts) -> %% @doc Hash the QUIC trust projection of an HTTP/3 connection into a pool %% key component. Includes exactly what decides server trust on the QUIC -%% handshake, mirroring `hackney_conn:h3_tls_opts/2': the verify mode +%% handshake, mirroring hackney_conn's h3_tls_opts/2: the verify mode %% derived from the `insecure' flag (read from ConnectOpts first, then %% SslOpts) and the CA source from SslOpts (the `cacerts' list, else the %% `cacertfile' path, else the default trust store). The cacertfile path is