Skip to content

Wrong status sent on timeout #61

Description

@osuushi

This code sends a 405 on timeout:

timeout = setTimeout(function() {
  httpRequest.abort();
  defer.reject(new Response(405, {}, 'timeout exceeded'));
}, request.timeout);

405 is "Method Not Allowed". Pretty sure this is supposed to be 504 "Gateway Timeout"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions