-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
passing "-r true" or "--robots true" on command line.
possible reasons:
- http-server.js, near line 113, there is "options.robots === true", but in fact the value is a string, so === is not right.
- if true, looks like returns "user-agent:" string as body, but shouldn't it call reset.setHeader or something?