Skip to content

Hitting an invalid URL hard-locks #76

@ahungry

Description

@ahungry

By default, using short URLs (ahungry.com vs http://ahungry.com for instance) the browser prepends 'https' instead of 'http' if the current site (such as the intentionally left blank page) was 'https'.

In my case, I opened a brand new compilation of the browser, C-x C-f to get the URL bar and typed 'ahungry.com'.

The browser attempts to connect to https://ahungry.com (which does not exist) and receives the following error in the STDERR of the terminal:

(WebKitWebProcess:20031): libsoup-CRITICAL **: soup_connection_disconnect: assertion 'SOUP_IS_CONNECTION (conn)' failed

After which, I can't get the browser to do anything (it just hangs).

This is under Arch Linux (up to date).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions