rust-eventsource-client
rust-eventsource-client copied to clipboard
Server-sent events (SSE) client implementation for Rust
Here's a piece of code that uses event-source and leads in rare cases to an infinite loop: https://github.com/dust-tt/dust/blob/fbced883d7e62d8c69624c5d19e48dbe9d8e9708/core/src/providers/openai.rs#L189-L332 I was able to profile the program and got the following flamegraph....
Hi there, Noticed there was no way to access the headers from the connection creation so I added that in. The use case here is that we connect that our...
is it possible to update this to the 1.0 release of hyper or does this crate rely on features that got removed?
I'm having trouble on windows with ring. this works if you specify ``` cargo run --example tail --features= native-tls --no-default-features -- http://127.0.0.1:3030/test ``` https://github.com/briansmith/ring/pull/2416
Hey all, just came across this project from this discussion: https://github.com/seanmonstar/reqwest/issues/2677 . A couple of quick questions - is hyper re-useing the connection for http1. - are http2 connections multiplexed?...