Marcos Casagrande
|
c7dd842f84
|
perf(ext/fetch): use content-length in InnerBody.consume (#15925)
This fast path prevents repeated allocations when receiving a fetch body with a known size.
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
2022-09-26 20:27:50 +02:00 |
|
Divy Srivastava
|
cd21cff299
|
feat(ext/flash): An optimized http/1.1 server (#15405)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2022-08-18 17:35:02 +05:30 |
|
Phosra
|
519ed44ebb
|
fix(ext/fetch): resolve TODOs about WebIDL conversions in body init (#15312)
|
2022-07-28 13:18:17 +02:00 |
|
Bartek Iwańczuk
|
8176a4d166
|
refactor: primordials for instanceof (#13527)
|
2022-02-01 18:06:11 +01:00 |
|
Bartek Iwańczuk
|
f248e6f177
|
Revert "refactor: update runtime code for primordial checks for "instanceof" (#13497)" (#13511)
This reverts commit 884143218f .
|
2022-01-27 16:27:22 +01:00 |
|
Bartek Iwańczuk
|
884143218f
|
refactor: update runtime code for primordial checks for "instanceof" (#13497)
|
2022-01-27 13:36:36 +01:00 |
|
Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
Aaron O'Mullan
|
c27ef0ac7b
|
perf(http): encode string bodies in op-layer (#12451)
Using serde_v8's StringOrBuffer
|
2021-10-26 22:00:01 +02:00 |
|
Aaron O'Mullan
|
7e38ae17ea
|
perf(fetch): fast path Uint8Array in extractBody() (#12351)
|
2021-10-07 22:57:17 +02:00 |
|
Aaron O'Mullan
|
7f2976b3e6
|
perf(fetch): optimize InnerBody constructor (#12232)
Avoid initializers due to overhead
|
2021-09-26 20:40:16 +02:00 |
|
Luis Malheiro
|
b095157c1d
|
perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201)
|
2021-09-25 15:30:31 +02:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|