tombergan

Results 4 comments of tombergan

It seems right to translate each PUSH_PROMISE into an http.Request that has no request body. A common thing in browsers is to inspect the PUSH_PROMISE, check if it's already cached,...

How about something like the following? ```go package http2 // PushHandler consumes a pushed response. // // HandlePush will be called once for every PUSH_PROMISE received // from the server....

Once @bradfitz is happy with the interface, we'd be happy for a volunteer to do the implementation. I won't have a chance to do this for a few weeks, at...

@snadrus does your desired use in grpc require specific API features? If so, do you believe the API suggested above will work, or do you have other suggestions for an...