Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Breakpoint request timeout exception #19

@jkrehm

Description

@jkrehm

On OSX 10.9 with both Chrome and Firefox I received an error when attempt to set XMLHttpRequest's timeout was made. The specific code is in aardwolf.js around line 71:

if (path === '/breakpoint') {
    req.timeout = 0;
}

When I comment out the req.timeout = 0; is works correctly. I haven't tried other OS's or browsers.

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