Skip to content

Commit

Permalink
fix(http): Remove unused readAll import (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
getspooky committed Mar 25, 2021
1 parent be89f5a commit 7c15717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions http/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
readRequest,
writeResponse,
} from "./_io.ts";
import { readAll } from "../io/util.ts";

export class ServerRequest {
url!: string;
method!: string;
Expand Down

0 comments on commit 7c15717

Please sign in to comment.