summaryrefslogtreecommitdiff
path: root/lib/go/thrift/simple_server_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add a generic sync.Pool wrapper to go libraryYuxuan 'fishy' Wang2022-08-091-5/+4
* Minor tweak to ErrAbandonRequest in go libraryYuxuan 'fishy' Wang2022-05-211-0/+12
* THRIFT-5495: close client when shutdown server in go lib郑桐2022-02-161-1/+134
* THRIFT-4537: TSimpleServer can exit AcceptLoop() without releasing lockMatthew Pound2018-03-301-2/+31
* THRIFT-4236 Support context in go generated codetaozle2017-07-221-8/+0
* THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() methodZachary Wasserman2017-07-011-0/+37
* THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() methodZachary Wasserman2017-07-011-0/+98