We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I was trying to bringup gunicorn_thrift with http instead of roc to make it work under heroku load balancers.
I am facing issues when pushed gunicorn_thrift with rpc. How can I change that to http?
Right now, I am bringing up app with
app = TProcessor(thrift_service,thrift_service_handler)
The text was updated successfully, but these errors were encountered:
Hi, unfortunately, gunicorn_thrift only supports TBufferedTransport, so there is no way to use the HTTP transport in the current.
Sorry, something went wrong.
What is the transport required for HTTP?
In this context, HTTP is the transport. See here.
No branches or pull requests
Hello,
I was trying to bringup gunicorn_thrift with http instead of roc to make it work under heroku load balancers.
I am facing issues when pushed gunicorn_thrift with rpc.
How can I change that to http?
Right now, I am bringing up app with
The text was updated successfully, but these errors were encountered: