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
I'm was trying a basic koa server setup and saw an interesting thing - if I request a js file which doesn't exist, chrome makes two requests sometimes for it which can be seen on network a panel. Chrome doesn't always make two requests, only sometimes (like 50% or smth).
I found out this using koa-static, but it also happens with bare koa-send as it's used inside of koa-static.
Any idea why this can be happening? I can make a demo repo if needed.
The text was updated successfully, but these errors were encountered:
Hey,
I'm was trying a basic koa server setup and saw an interesting thing - if I request a
js
file which doesn't exist, chrome makes two requests sometimes for it which can be seen on network a panel. Chrome doesn't always make two requests, only sometimes (like 50% or smth).I found out this using
koa-static
, but it also happens with barekoa-send
as it's used inside ofkoa-static
.Any idea why this can be happening? I can make a demo repo if needed.
The text was updated successfully, but these errors were encountered: