Delete synchronous HTTP client!

This commit is contained in:
Jarred Sumner
2021-12-18 20:23:10 -08:00
parent 5455c71f93
commit 430fe09d6d
5 changed files with 29 additions and 958 deletions

View File

@@ -245,8 +245,6 @@ const CreateOptions = struct {
const BUN_CREATE_DIR = ".bun-create";
var home_dir_buf: [std.fs.MAX_PATH_BYTES]u8 = undefined;
pub const CreateCommand = struct {
var client: HTTPClient = undefined;
pub fn exec(ctx: Command.Context, positionals_: []const []const u8) !void {
Global.configureAllocator(.{ .long_running = false });
try NetworkThread.init();