fishy opened a new pull request #2314: URL: https://github.com/apache/thrift/pull/2314
Client: go When GetResponseHeadersFromClient was added we only have TStandardClient and it rely on the TClient is actually a *TStandardClient. With client middlewares and WrappedTClient added later, that's no longer true. Define an optional interface, TStandardClientUnwrapper, to return the underlying *TStandardClient, so that GetResponseHeadersFromClient can still work with wrapped clients. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org