Closed gconnolly closed 8 years ago
This issue can be traced to http-context
which is used by x-ray-crawler
. I have submitted a pull request (https://github.com/lapwinglabs/http-context/pull/4) to remove two assertions that are the root cause and I believe to be problematic and unnecessary.
If the pull request were to be accepted, of course the version would have to be updated in x-ray-crawler
and version of x-ray-crawler
in x-ray
Then @matthewmueller check PR please 😀
Subject of the issue
Despite not being a valid HTTP Status, I have been coming across many HTTP 999 returns from pages/assets. x-ray does not handle a thrown assertion exception in this case.
Your environment
Steps to reproduce
Expected behaviour
x-ray should handle the http status like any 400 or 500 level status
Actual behaviour