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
If I add a listener, then request times out instead of returning 404 as project README suggests. If I remove listener and only have file.serve(request, response);, then 404 is properly returned.
The text was updated successfully, but these errors were encountered:
akostadinov
changed the title
with listener, server doesn
with listener, server doesn't send 404
May 15, 2018
If I add a listener, then request times out instead of returning 404 as project README suggests. If I remove listener and only have
file.serve(request, response);
, then 404 is properly returned.The text was updated successfully, but these errors were encountered: