Closed cycorey closed 8 years ago
Is this lib support HTTP persistent connection(https://en.wikipedia.org/wiki/HTTP_persistent_connection)?
I use this http client(https://github.com/AsyncHttpClient/async-http-client), want to know how to config twitter server to support HTTP persistent connection.
thanks!
@cycorey if you're trying to build an http server, you probably want to use finatra or finagle. TwitterServer is for building an admin server, and pairs nicely with finatra or finagle. Both finatra and finagle support persistent connections.
@cycorey I think we answered your question, so I'm going to close this. feel free to reopen if we didn't!
Is this lib support HTTP persistent connection(https://en.wikipedia.org/wiki/HTTP_persistent_connection)?
Expected behavior
I use this http client(https://github.com/AsyncHttpClient/async-http-client), want to know how to config twitter server to support HTTP persistent connection.
thanks!