Sean McArthur

Results 1306 comments of Sean McArthur

Yep, I just checked with logs turned on, the chunk is rejected for a wrong reason (woops). I'll file an issue on the h2 repo.

I don't know what draining behavior you mean. The logs posted look fine to me.

I _think_ that's what I did in this PR, but maybe I'm missing an important detail.

Ohhh, I see now. I had done them in the wrong section. Thanks for clarifying! Sure, no objections here :)

> header map at capacity Huh, I had not seen that before. Checking the source, it looks like there's a max of 32768 individual header entries in the map. I...

I doubt you are. I wonder what this could be, I've never seen anyone hit that error in equivalent Rust code. I'm now suspicious of the C API code I...

That sounds like a good improvement to me!

Yea, this is definitely desired. It'd mostly require instrumentation in the Tokio crate, and then the console would just "see it". Would you be interested in helping add this?

Is that something that `opt-level s` or `z` can determine, so that if someone is optimizing for speed and the compiler feels like inlining some functions is fastest, we don't...

Eh, almost seems like more hassle than it's worth, at least to me. 🤷‍♂️