Results 4 comments of aligorji

After review... I found the problem. This problem occurs when the popup open and close quickly (and `popupDelay` is small) In the code below: `src\modules\popup\components\popup.ts` ``` public close():void { ......

when transfer json or clear text on HTTP with this proxy ... everything is good. `string` is an array of `char`... and end of string is \0 (or char 0)...

Yes. You rewrites HTTP header, but finally copy body to result (convert body to string then convert string to byte). If application is upload file or similar cases ... must...