HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Update example and docs

Open cake-duke opened this issue 2 months ago • 1 comments

This example failed. Looking at the code there's never any "excess", as the channel type is socketready = Channel{Tuple{IO, Response}}(0).

At first I thought this was just an outdated example, what confuses me is that from git blame I can't tell why someone thought there was an excess. Maybe it's just a mistake, as opposed to being out of date, or maybe I'm missing something.

Please review.

cake-duke avatar Dec 22 '25 11:12 cake-duke