You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2021/01/22 17:45:48 UTC

[GitHub] [thrift] dcelasun commented on a change in pull request #2315: THRIFT-4914: Make TClient.Call to return the response headers

dcelasun commented on a change in pull request #2315:
URL: https://github.com/apache/thrift/pull/2315#discussion_r562798654



##########
File path: lib/go/thrift/header_protocol.go
##########
@@ -345,20 +345,6 @@ func (p *THeaderProtocol) SetTConfiguration(cfg *TConfiguration) {
 	p.cfg = cfg
 }
 
-// GetResponseHeadersFromClient is a helper function to get the read THeaderMap
-// from the last response received from the given client.
-//
-// If the last response was not sent over THeader protocol,
-// a nil map will be returned.
-func GetResponseHeadersFromClient(c TClient) THeaderMap {

Review comment:
       This function was in a tagged release. Maybe mark it as deprecated instead of removing?




----------------------------------------------------------------
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:
users@infra.apache.org