Skip to content

Timeout handling does not support the W3C protocol #88

@stof

Description

@stof

Setting timeouts is one of the few places where the protocol is abstracted:

if (func_num_args() === 2) {
$arg = array(
'type' => func_get_arg(0), // 'script' or 'implicit'
'ms' => func_get_arg(1), // timeout in milliseconds
);
$this->curl('POST', '/timeouts', $arg);

But the W3C protocol is different there.

Refs #84

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions