Github user jeking3 commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/424#discussion_r28203871
  
    --- Diff: lib/cpp/src/thrift/server/TSimpleServer.cpp ---
    @@ -88,7 +88,7 @@ void TSimpleServer::serve() {
           string errStr = string("Some kind of accept exception: ") + 
tx.what();
           GlobalOutput(errStr.c_str());
           continue;
    -    } catch (string s) {
    +    } catch (const string& s) {
    --- End diff --
    
    I removed this logic in THRIFT-3083.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to