THRIFT-5183: Don't try to read next frame in THeaderTransport.Read

Trying to read the next frame will likely cause the Read call blocking
indefinitely and eventually lead to timeout. See the JIRA ticket for
more context.

Client: go
2 files changed