Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion guides/webtransport_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,3 @@ run(URL) ->
- [WebSocket Guide](websocket_guide.md)
- [HTTP/3 Guide](http3_guide.md)
- [Getting Started](../GETTING_STARTED.md)
```
2 changes: 1 addition & 1 deletion src/hackney_ssl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading