Bump version

This commit is contained in:
Jackson Coxson
2025-02-12 16:17:43 -07:00
parent 3bebfcd556
commit 855a7a1184
3 changed files with 1 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ use tokio::{
pub mod error;
pub mod h2;
pub mod padded;
use h2::{
DataFrame, Framable, Frame, FrameType, HeadersFrame, SettingsFrame, WindowUpdateFrame,

View File

@@ -1,12 +0,0 @@
// DebianArch
// use crate::h2::Frame;
// pub struct PaddedFrame {}
// impl PaddedFrame {
// pub fn new(body: &[u8]) -> Self {
// let pad_len = body[0];
// let stream_dependency = body[0..4];
// }
// }