Skip to content

DURATION fails to accurately work for requests that take more than one second #662

@aweits

Description

@aweits

apr_time_usec is apparently defined as follows:

define apr_time_usec ( time) ((time) % APR_USEC_PER_SEC)

Which leads re_variables.c:1740 to not behave as expected when duration exceeds one second.

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