fishy opened a new pull request #2295:
URL: https://github.com/apache/thrift/pull/2295


   Client: go
   
   The fix in https://github.com/apache/thrift/pull/2293 doesn't work for
   go1.10.8 due to the possibility of data races. This exposes a bigger,
   underlying issue regarding the ownership of the request buffer in
   THttpClient between THttpClient itself and the http request it creates.
   Instead of reset and reuse the same buffer, always give up the ownership
   of it and create a new buffer after each Flush call.
   


----------------------------------------------------------------
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


Reply via email to