Re: HTTP/2 PushBuilder.push() synchronous?

2016-10-03 Thread Mark Thomas
On 29 September 2016 15:30:40 BST, Brian Clozel wrote: >Hi, > >Looking at previous Servlet 4.0 EG e-mails [1] and the >PushBuilder.push() >API [2], it seems the current version returns true if the PUSH_PROMISE >frame + headers were sent, meaning the client can still reset that

HTTP/2 PushBuilder.push() synchronous?

2016-09-29 Thread Brian Clozel
Hi, Looking at previous Servlet 4.0 EG e-mails [1] and the PushBuilder.push() API [2], it seems the current version returns true if the PUSH_PROMISE frame + headers were sent, meaning the client can still reset that stream and refuse to receive the response that goes with it. Now looking at