Skip to content

SSLUtil does not check whether Folly has uring support #649

@sin-ack

Description

@sin-ack

In this bit of code, the check is done by directly checking whether a header is present:

#if defined(__linux__) && __has_include(<liburing.h>)

However, this doesn't check whether Folly was compiled with uring support. Folly already has a feature test header for this purpose, please use it instead of this ad-hoc check.

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