issues Search Results · repo:stepancheg/rust-http2 language:Rust
Filter by
29 results
(99 ms)29 results
instepancheg/rust-http2 (press backspace or delete to remove)Do we really need literal frames at level debug? This is problematic when sending secret information through this
library.
wbl
- 4
- Opened on Sep 28, 2020
- #44
compilation error:
error[E0053]: method `connect` has an incompatible type for trait
-- C:\Users\Dariusz\.cargo\registry\src\github.com-1ecc6299db9ec823\httpbis-0.9.0\src\socket_unix.rs:158:10
...
dkijania
- 3
- Opened on May 22, 2020
- #41
When trying the example client command from the top level README, there was a problem with multiple IPs
% cargo run --example client https://google.com
thread main panicked at client: AddrResolvedToMoreThanOneAddr([V6([2404:6800:4012::200e]:443), ...
hxw
- 2
- Opened on May 5, 2020
- #40
@stepancheg as I have already mentioned in grpc-rust#164 I am wondering if it would be in the plan to port this repo to
new async/await syntax together with futues 0.3.x
I am aware that tokio 0.2 is still ...
ghost
- 4
- Opened on Nov 16, 2019
- #38
Currently, client and server APIs are basically:
fn start_request(Headers, request_body: Stream Part ) - Stream Part ;
The client invokes this function and server provides a callback for that function. ...
stepancheg
- Opened on Oct 28, 2018
- #34
It occurs to me when i cargo-build the grpc in my MacBookPro
error[E0658]: `impl Trait` in return position is experimental (see issue #34511)
-- /Users/gaochuan/.cargo/registry/src/github.com-1ecc6299db9ec823/httpbis-0.6.1/src/common/conn.rs:988:33 ...
takakawa
- 1
- Opened on Jun 15, 2018
- #33
Is there way to use it without p12 file? I mean to use .key and .crt files.
dudochkin-victor
- Opened on Jun 6, 2018
- #32
Currently, server emits a warning when a connection is closed.
A warning should be emitted only if:
- connection is closed in the middle of the frame
- there are open streams
Or probably it shouldn ...
stepancheg
- Opened on May 21, 2018
- #31
The example at examples/server.rs breaks when I add one more header after line 36,
https://github.com/stepancheg/rust-http2/blob/master/examples/server.rs#L36 :
resp_headers.add( ETag , 12345678901234567890 ...
skligys
- 3
- Opened on May 20, 2018
- #30
stepancheg
- Opened on May 13, 2018
- #29

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.