Description
When a plugin fails per-txn initialisation in a TXN_START function, it should be able to return a 500 (Internal Server Error) response.
Instead, TS returns an HTTP 0.9 response: no response code or headers! A TSHttpTxnErrorBodySet is honoured and works correctly, but setting Response code, Reason, and Headers are silently ignored.