-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File uri causes panic in attach_ipc_handler
#1255
Comments
Looks like they're open to PRs... I'll try to take a look, but one more item in my growing backlog. |
Can you please show a full reproduction example? |
with html
|
I guess we need to fix this panic and reduce the number of anyways, iirc |
Yeah, and for error logging... in my case I only need Linux though and even with a custom protocol (can I use |
Describe the bug
I'm using a
file://
uri for the webview, and attach an IPC handler. When I run the app it panics atwhich is
Steps To Reproduce
Expected behavior
http
issue parse::<Uri> fails to parse uris with triple slash after scheme hyperium/http#323Screenshots
Platform and Versions (please complete the following information):
OS: Arch
Rustc: 1.76.0
Additional context
The text was updated successfully, but these errors were encountered: