File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -609,9 +609,5 @@ export class Connection {
609609 await this . bufWriter . write ( terminationMessage ) ;
610610 await this . bufWriter . flush ( ) ;
611611 this . conn . close ( ) ;
612- delete this . conn ;
613- delete this . bufReader ;
614- delete this . bufWriter ;
615- delete this . packetWriter ;
616612 }
617613}
Original file line number Diff line number Diff line change 11export {
22 BufReader ,
33 BufWriter ,
4- } from "https://deno.land/std@0.63 .0/io/bufio.ts" ;
5- export { copyBytes } from "https://deno.land/std@0.63 .0/bytes/mod.ts" ;
4+ } from "https://deno.land/std@0.67 .0/io/bufio.ts" ;
5+ export { copyBytes } from "https://deno.land/std@0.67 .0/bytes/mod.ts" ;
66export {
77 Deferred ,
88 deferred ,
9- } from "https://deno.land/std@0.63 .0/async/deferred.ts" ;
10- export { createHash } from "https://deno.land/std@0.63 .0/hash/mod.ts" ;
9+ } from "https://deno.land/std@0.67 .0/async/deferred.ts" ;
10+ export { createHash } from "https://deno.land/std@0.67 .0/hash/mod.ts" ;
Original file line number Diff line number Diff line change 55 assertStringContains ,
66 assertThrows ,
77 assertThrowsAsync ,
8- } from "https://deno.land/std@0.63 .0/testing/asserts.ts" ;
8+ } from "https://deno.land/std@0.67 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments