remove commented lines
This commit is contained in:
parent
e1578e93c7
commit
ff1c325391
@ -82,8 +82,6 @@ func (q *quicListener) Accept(fn func(transport.Socket)) error {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// buf := bufio.NewWriter(stream)
|
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
fn(&quicSocket{
|
fn(&quicSocket{
|
||||||
s: s,
|
s: s,
|
||||||
@ -128,7 +126,6 @@ func (q *quicTransport) Dial(addr string, opts ...transport.DialOption) (transpo
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
//buf := bufio.NewWriter(st)
|
|
||||||
enc := gob.NewEncoder(st)
|
enc := gob.NewEncoder(st)
|
||||||
dec := gob.NewDecoder(st)
|
dec := gob.NewDecoder(st)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user