RFR [10] 8194883: Unhandleable Push Promises should be cancelled
Chris Hegarty
chris.hegarty at oracle.com
Wed Jan 10 17:03:43 UTC 2018
Push promises should be implicitly cancelled/rejected by the
HTTP Client implementation when a client-initiated request
does not provide a handler for push promises, rather than
causing the initiating-request to fail.
http://cr.openjdk.java.net/~chegar/8194883/webrev/ <http://cr.openjdk.java.net/~chegar/8194883/webrev/>
Note: the condition need not check noMorePushes, as push
promises, or any other message for that matter, that are
received after the main responses end of stream has been
received are already handled elsewhere.
-Chris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20180110/fc0dc896/attachment.html>
More information about the net-dev
mailing list