From 942e67c00b8ebdf6671fc8bb2e6c78c3ad8b3ff8 Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Thu, 27 Feb 2020 00:48:35 +0900 Subject: refactor(std/http): move io functions to http/io.ts (#4126) --- std/ws/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/ws') diff --git a/std/ws/mod.ts b/std/ws/mod.ts index 3128a88b5..7a6e14a13 100644 --- a/std/ws/mod.ts +++ b/std/ws/mod.ts @@ -5,7 +5,7 @@ import { hasOwnProperty } from "../util/has_own_property.ts"; import { BufReader, BufWriter, UnexpectedEOFError } from "../io/bufio.ts"; import { readLong, readShort, sliceLongToBytes } from "../io/ioutil.ts"; import { Sha1 } from "./sha1.ts"; -import { writeResponse } from "../http/server.ts"; +import { writeResponse } from "../http/io.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { Deferred, deferred } from "../util/async.ts"; import { assertNotEOF } from "../testing/asserts.ts"; -- cgit v1.2.3