Page 2 of 2

Re: Exception attempting to use Http Tunneling

Posted: Tue Jan 22, 2019 8:45 pm
by gentzel
Hi Jarl.

Revisiting this issue after quite a while. One possible explanation for the behavior we were seeing is that it's another facet of the inability of RCF to have multiple outstanding requests on a connection. I'm not yet sure if that is the case, but it's a theory.

Is there any update on that particular feature request?

Thanks.

Dave

Re: Exception attempting to use Http Tunneling

Posted: Wed Jan 23, 2019 11:13 am
by jarl
Hi Dave,

At this point it doesn't look like we can implement multiple outstanding requests on a single connection, because it would break the HTTP tunneling feature. The HTTP protocol does not allow multiple outstanding requests in general (there is the 'pipelining' hack but it's pretty limited and not suitable for remote calls), and I'm not keen on implementing features in RCF that will break when a HTTP tunnel is involved.

It could be made to work with HTTP/2, but that's yet more work that I can't commit to at the moment.