Closed spiderbiggen closed 3 months ago
Oh interesting — this is a change from hyper underpinning us I think that makes us now hit
That match
needs another arm that matches on a hyper_util
error
And propagates it as a NewSessionError
like we do for regular hyper
errors
This means we'll have to add another variant to NewSessionError
to bubble up errors from hyper_util
I'm a bit strapped for time at the moment, but if you have a chance to put in a PR, I'd be happy to take a look!
I'm running fantoccini with rustls and sometimes my webdriver is temporarily unavailable/too slow too respond. Currently this results in a panic when attempting to establish a connection. Before 0.21.0 this would just result in an error and let me retry. Since 0.21.0 it instantly panics with the following exception. (This is on windows, but I've seen the same on linux)