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
The reason is that the api/Etag handling does not return true;
resulting in res.end() being called twice (once in the handle of the Etag and once outside).
The text was updated successfully, but these errors were encountered:
原因是 api/Etag 的处理没有 return true;
导致 res.end() 两次(一次在 Etag 的handle里,一次在外面的调用)。
The reason is that the api/Etag handling does not return true;
resulting in res.end() being called twice (once in the handle of the Etag and once outside).
The text was updated successfully, but these errors were encountered: