com.jimuwd.xian.registry-proxy 1.0.72 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@ async function writeResponseToDownstreamClient(registryInfo, targetUrl, resToDow
|
|
|
201
201
|
resToDownstreamClient.writeHead(upstreamResponse.status, { "content-type": contentType })
|
|
202
202
|
.end(JSON.stringify(data))
|
|
203
203
|
.destroy();
|
|
204
|
-
reqFromDownstreamClient.destroy();
|
|
204
|
+
// reqFromDownstreamClient.destroy();
|
|
205
205
|
}
|
|
206
206
|
else {
|
|
207
207
|
// 二进制流处理
|