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
|
||||
}
|
||||
|
||||
// buf := bufio.NewWriter(stream)
|
||||
|
||||
go func() {
|
||||
fn(&quicSocket{
|
||||
s: s,
|
||||
@ -128,7 +126,6 @@ func (q *quicTransport) Dial(addr string, opts ...transport.DialOption) (transpo
|
||||
return nil, err
|
||||
}
|
||||
|
||||
//buf := bufio.NewWriter(st)
|
||||
enc := gob.NewEncoder(st)
|
||||
dec := gob.NewDecoder(st)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user