mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
8096 isnt 8kb, 8192 is (#8296)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -1852,7 +1852,7 @@ pub const Example = struct {
|
||||
|
||||
const http_proxy: ?URL = env_loader.getHttpProxy(api_url);
|
||||
const mutable = try ctx.allocator.create(MutableString);
|
||||
mutable.* = try MutableString.init(ctx.allocator, 8096);
|
||||
mutable.* = try MutableString.init(ctx.allocator, 8192);
|
||||
|
||||
// ensure very stable memory address
|
||||
var async_http: *HTTP.AsyncHTTP = ctx.allocator.create(HTTP.AsyncHTTP) catch unreachable;
|
||||
|
||||
Reference in New Issue
Block a user