mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
more improvements and fix wisp impl
This commit is contained in:
parent
1a897ec03a
commit
85a30aeec5
12 changed files with 478 additions and 413 deletions
|
@ -63,7 +63,7 @@ impl From<ConnectPacket> for Vec<u8> {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct ContinuePacket {
|
||||
buffer_remaining: u32,
|
||||
pub buffer_remaining: u32,
|
||||
}
|
||||
|
||||
impl ContinuePacket {
|
||||
|
@ -94,7 +94,7 @@ impl From<ContinuePacket> for Vec<u8> {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct ClosePacket {
|
||||
reason: u8,
|
||||
pub reason: u8,
|
||||
}
|
||||
|
||||
impl ClosePacket {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue