Skip to content

Commit

Permalink
Rename some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Sep 18, 2024
1 parent d11a920 commit 720d9da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyper-boring/src/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use tokio::io::{AsyncRead, AsyncWrite};
use tower_layer::Layer;
use tower_service::Service;

/// A Connector using OpenSSL to support `http` and `https` schemes.
/// A Connector using BoringSSL to support `http` and `https` schemes.
#[derive(Clone)]
pub struct HttpsConnector<T> {
http: T,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 720d9da

Please sign in to comment.