gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
226 stars 15 forks source link

[lib/pipe-ipc, lib/http] Data is destroyed before reading stdout and stderr #144

Closed gnh1201 closed 1 month ago

gnh1201 commented 1 month ago

When making HTTP requests using CURL, it has been observed that data is destroyed before reading stdout and stderr. In this case, it is not possible to receive the HTTP request results and debugging information in the responseBody and debuggingText variables of the HTTP request instance.

gnh1201 commented 1 month ago

Affacted versions: https://github.com/gnh1201/welsonjs/compare/0.2.7.13...0.2.7.36