Rob Ede

Results 219 comments of Rob Ede

I've run this code and it does print out multiple "PendingStream: Pending" messages after one request so it seems it is getting awoken.

I haven't investigated further. Great work finding out. It's comforting that the Keep-Alive checks were the cause of the polls. Are we considering this correct behavior?

It's encouraging they have acknowledged that issue and PR but I'd rather not wait for a Tokio change since this is the last issue on the v3 blocker list. Can...

Note that the relevant Tokio PR has been merged and methods are available. https://docs.rs/tokio/1.0.1/tokio/net/struct.TcpStream.html#method.poll_read_ready

for now you can try out: https://docs.rs/actix-web-lab/0.9.0/actix_web_lab/web/struct.Spa.html https://github.com/robjtede/actix-web-lab/blob/main/examples/spa.rs

What would the “next handler” mean exactly?

Alright, just checking there was a distinction here against the other semantic in Node land for `next` (which, in my experience with Koa, was yielding control to inner middlewares). There's...

Interested to get @actix/contributors take on this?

The changes made in PR actix/examples#335 have caused many improvements to close behavior but have highlighted some issues wrt invalid close code handling. When that PR is merged we may...

Can you see if you see the same behavior using serde_urlencoded without actix-web?