lvh / icecap

URL-based object capability system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asynchronous HTTP responses

lvh opened this issue · comments

commented

"Asynchronous" here doesn't mean long polling, HTTP streaming, or even Websockets. It just means "potentially take a long time for an HTTP request to finish". This is related to, but not the same thing as #10: #10 is about representing the same information differently, this about delivering the same representation differently.

commented

We should be using aleph for this.

commented

This is currently fixed in master, with some tests on the way.