@@ -522,4 +522,11 @@ import { n as lazyInherit, t as FastURL } from "../_chunks/_url.mjs"; | ||
| } | ||
| bodyReader() { | ||
| try { | ||
| return this.#request.body?.getReader(); | ||
| } catch (error) { | ||
| this.emit("error", error); | ||
| } | ||
| } | ||
| _read(_size) { | ||
| const reader = this.#reqReader ??= this.#request.body?.getReader(); | ||
| const reader = this.#reqReader ??= this.bodyReader(); | ||
| if (!reader) { | ||
@@ -526,0 +533,0 @@ this.push(null); |
+1
-1
@@ -187,3 +187,3 @@ import { a as green, c as url, i as gray, l as yellow, n as bold, o as magenta, r as cyan, s as red } from "./_chunks/_utils.mjs"; | ||
| name: "srvx", | ||
| version: "0.11.14", | ||
| version: "0.11.15", | ||
| description: "Universal Server." | ||
@@ -190,0 +190,0 @@ }; |
+1
-1
| { | ||
| "name": "srvx", | ||
| "version": "0.11.14", | ||
| "version": "0.11.15", | ||
| "description": "Universal Server.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://srvx.h3.dev", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
117060
0.09%2598
0.27%