Stepan Koltsov

Results 251 comments of Stepan Koltsov

> ask the same question about the project status? Same as before. Unfortunately, I don't have much time to implement it properly. I tried to keep existing things working, but...

It is maintained to some degree. This is my personal project. I've recently changed job, so I had little time to work on it, but planning to work on it...

@parasyte last time I checked h2 didn't support ALPN which is required for HTTP/2 (because of limitations of rust-native-tls). Another issue is with trailers, I'm not sure hyper/h2 supports them....

@mehcode I recently tried to do a performance comparison between h2 and httpbis and very quickly found how to make h2 hang literally by copying h2 examples: https://github.com/carllerche/h2/issues/326 (Maybe it...

> What do you think? I think that's a right idea. > I presume the biggest challenge could be overriding the user-agent if the user specifies a different value. User-agent...

OK, but please note that grpc-rust is not a perfect library (in terms of compatibility and performance). There's also grpc-rs, which is a bindings to C implementation.

FYI currently I'm doing a big rewrite of rust-http2 API, to make API more similar to h2/grpc-rs. The task is here: https://github.com/stepancheg/rust-http2/issues/34 (It is mostly done, but cleanup is necessary)....

> What problems does supporting syntax unavailable in Python give We require compatibility with Python re, because: * we expose regex to users (users can enter regular expressions, they are...

I like `insert_unique_unchecked` name. Give me some time, I'll open a PR to hashbrown and and hear what people say there (about name, and generally about the idea of exposing...