Skip to content

chrome-headless-shell download can hang forever and block all callers #778

Description

@Mzack9999

chromeshell.Ensure downloads the pinned browser with http.Get, which has no timeout, while holding a package-level sync.Mutex. If the Chrome for Testing CDN stalls mid-transfer the download never returns, and every other Ensure caller blocks behind the mutex for the life of the process. Callers need a way to bound the wait and cancel the transfer.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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