Skip to content

Can't find editor on Windows #65

Description

@atomicptr

Still not quite sure why but this

#[must_use]
pub fn is_editor_port(port: u16) -> bool {
    reqwest::blocking::Client::new()
        .head(editor_url(port))
        .send()
        .is_ok_and(|r| r.status().is_success())
}

Returns false on Windows even though the editor server is running

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingos:windows 🪟Related to Windows OS

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions