You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Shaun Cummins <cu...@gps-solutions.com> on 2011/12/29 23:51:26 UTC

Simple bug in TThreadPoolServer.h (C++, versions 0.8.0 and 0.9.0)

I stumbled upon an error in the constructor for TThreadPoolServer.h on line
47.

Rather than:
THRIFT_OVERLOAD_IF(ProcessorFactory, TProtocolFactory)) :

It should be:
THRIFT_OVERLOAD_IF(ProcessorFactory, TProcessorFactory)) :

Cheers,
Shaun Cummins