-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
Description
Similar to #529 I am using the http2-serverpush.c example — this time unaltered, along with the node-http2 server, here
While the easy handle is definitely being added to the multi handle, and seeming to do things with the buffer, nothing is ever returned. Using nghttp
I get both the requested resource response, and the pushed response.
The only thing that I have noticed amiss is that the parent pointer as passed into the push callback is never returned from curl_multi_info_read()
(here, but perhaps that's expected and I'm missing something there.