Closed mkantor closed 2 years ago
The same panic occurs if you send malformed HTTP requests where the path does not begin with /
. I believe that OPTIONS *
is the only spec-compliant situation where that happens, but Operator should probably handle garbage requests more gracefully too.
To reproduce:
For more info on this somewhat-special type of request, see this MDN page.