Files
bun.sh/src/http
Jarred Sumner b230e7a73a [fetch] Fix sporadic data corruption bug in HTTP client and add fast path
- This removes memory pooling from the HTTP client which sometimes caused invalid memory to be written to the response body.
- This adds a fast path for small HTTP/HTTPS responses that makes it a single memory allocation for the response body, instead of copying & allocating a temporary buffer

cc @Electroid
2022-11-19 22:34:57 -08:00
..
2022-01-25 20:00:23 -08:00
2022-08-18 19:05:07 -07:00
2022-08-22 09:14:41 -07:00
2022-03-17 01:27:35 -07:00
2022-11-09 01:15:36 -08:00
2022-06-22 06:56:47 -07:00