pub async fn send_http_expectation_failed(
client: &mut BoxStream,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Reject request expectations because the forwarder does not implement the 100-continue negotiation or a concurrent request/response pump.