-
Hartley McGuire authored
This adds additional coverage to ActionCable::Server to validate that its output follow the Rack SPEC. In addition to using Rack::CONTENT_TYPE for the Content-Type header, there was another change required: the Content-Type header cannot be specified when the Response status is 204, so the default health check status was updated to 200
Hartley McGuire authoredThis adds additional coverage to ActionCable::Server to validate that its output follow the Rack SPEC. In addition to using Rack::CONTENT_TYPE for the Content-Type header, there was another change required: the Content-Type header cannot be specified when the Response status is 204, so the default health check status was updated to 200
Loading