You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try to set encoding to "null" explicitly in proxy(path, encoding) and the underlying request module should handle the response as Buffer instead of a toString() (see documentation of "encoding" https://github.com/request/request).
as title, when I trying proxy binary file (which is served by koa-send), I found the content-length is wrong and file is corrupted.
Could anyone give me some suggestion to troubleshooting?
The text was updated successfully, but these errors were encountered: