Niklas Adolfsson

Results 19 issues of Niklas Adolfsson

Hey, I tried running this on Windows (disclaimer I'm not a Windows guy). Installed `mingw-gcc, mingw-make, mingw-autotools` but `autoreconf` is not an executable on Windows (it is an perl file)...

help wanted

Closing #11886

A0-pleasereview
B0-silent
C1-low 📌

[Miri](https://github.com/rust-lang/miri) can help find undefined behavior in programs which would be helpful. For example I tried it on `parity-crypto` and https://github.com/paritytech/parity-common/issues/472 was detected by Miri However, _Miri is platform-indepedent interpreter...

P7-nicetohave

If `pos` is ever zero it looks like nasty things could happen (was true before too); can you double-check it cannot be called with `pos` == 0? _Originally posted by...

Z0-unconfirmed

Hey, What's your opinions on providing `dummy implementation` (returning None) for platforms that are not Windows, Linux or OSX? If you are positive to this I have a branch ready...

Hey, I read that default port was rejected in https://github.com/hyperium/http/issues/11. However, the current API has `pub fn port(&self) -> Option` but it's not possible to distinguish when invalid port number...

Hey, I thought the following would work to make `https or http` calls: ```rust let mut connector = HttpConnector::new(); let connector = hyper_rustls::HttpsConnectorBuilder::new() .with_native_roots() .https_or_http() .enable_http1() .wrap_connector(connector), let client =...

Make it possible to configure the `connection timeout` and `request timeout` via CLI flags.

B0-silent
C1-low 📌

Hey, thanks for this library and I would like to see support for `tokio 1.0`, for example https://github.com/paritytech/jsonrpsee/issues/227 would help us to move to `surf` instead of directly using hyper....

semver-major