Compare commits
1 Commits
b49ede334f
...
7358abec80
Author | SHA1 | Date | |
---|---|---|---|
7358abec80 |
@ -149,11 +149,8 @@ pub struct Conn {
|
|||||||
pub(crate) conn: UserConnTracker,
|
pub(crate) conn: UserConnTracker,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Conn {
|
impl Connection {
|
||||||
/// Queue some data to be sent in this connection
|
//pub fn send()
|
||||||
pub fn send(&mut self, stream: stream::ID, _data: Vec<u8>) {
|
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A single connection and its data
|
/// A single connection and its data
|
||||||
|
@ -88,7 +88,7 @@ async fn test_connection_dirsync() {
|
|||||||
.connect_resolved(dnssec_record, &test_domain, auth::SERVICEID_AUTH)
|
.connect_resolved(dnssec_record, &test_domain, auth::SERVICEID_AUTH)
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
Ok((_, _)) => {}
|
Ok(()) => {}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
assert!(false, "Err on client connection: {:?}", e);
|
assert!(false, "Err on client connection: {:?}", e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user