Hi, I found the problem in tutorial programs. Maybe that is the problem of THttpTransport (C++)
Here is the problem, 1. PhpServer (in apache) & Php Client -> success ping() 1+1=2 InvalidOperation: Cannot divide by 0 15-10=5 Log: PHP is stateless! 2. PhpServer (in apache) & C++ Client -> fail ping() ERROR: Could not refill buffer 3. PhpServer (in apache) & C++ Client(comment client.ping()) -> fail 1+1=2 ERROR: Could not refill buffer 2nd call always notice error.
