Skip to content

Commit 8dcb4a1

Browse files
authored
Re-export h2 control (#740)
1 parent e0fc1d0 commit 8dcb4a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ntex-service = "4.0.0"
5656
ntex-tls = "3.2.0"
5757
ntex-macros = "3.1.0"
5858
ntex-util = "3.4.0"
59-
ntex-h2 = "3.6.0"
59+
ntex-h2 = "3.6.1"
6060

6161
ntex-polling = "3.10.0"
6262
ntex-io-uring = "0.7.120"

ntex/src/http/h2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod default;
33
pub(super) mod payload;
44
mod service;
55

6-
pub use ntex_h2::{Control, ControlAck, ServiceConfig as Http2ServiceConfig};
6+
pub use ntex_h2::{Control, ControlAck, ServiceConfig as Http2ServiceConfig, control};
77

88
pub use self::default::DefaultControlService;
99
pub use self::payload::Payload;

0 commit comments

Comments
 (0)