An HTTP response does not have to be an infinite stream, and in fact life is simpler if it is not. The timeout in the web wrappers can be used to close the response and return normally to a client that has been waiting more than (say) 1s, instead of treating it as an error condition. Error handling is still kind of unsolved.