Skip to content
  • Hartley McGuire's avatar
    c3c844ef
    Add Rack::Lint to ActionCable::Server health tests · c3c844ef
    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
    c3c844ef
    Add Rack::Lint to ActionCable::Server health tests
    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
Loading