diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-28 15:17:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 15:17:55 -0400 |
| commit | ea28a088a473083cb759a3264235005a25450cbc (patch) | |
| tree | 26a23ec5399638e2131eaacf5280830d17f98358 /std/http/mock.ts | |
| parent | f899d76667e9a3d96a685c2e920adf17a6d448bf (diff) | |
Remove Conn.closeRead (#4970)
Diffstat (limited to 'std/http/mock.ts')
| -rw-r--r-- | std/http/mock.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/http/mock.ts b/std/http/mock.ts index f373b4214..be07ede24 100644 --- a/std/http/mock.ts +++ b/std/http/mock.ts @@ -12,7 +12,6 @@ export function mockConn(base: Partial<Deno.Conn> = {}): Deno.Conn { port: 0, }, rid: -1, - closeRead: (): void => {}, closeWrite: (): void => {}, read: (): Promise<number | null> => { return Promise.resolve(0); |
