Files
xahaud/src/ripple/http
Vinnie Falco 0215a7400d Fix handling of HTTP/S keep-alives (RIPD-556):
* Proper shutdown for ssl and non-ssl connections
* Report session id in history
* Report histogram of requests per session
* Change print name to 'http'
* Split logging into "HTTP" and "HTTP-RPC" partitions
* More logging and refinement of logging severities
* Log the request count when a session is destroyed
2014-09-12 14:20:30 -07:00
..

HTTP Server

A generic HTTP server. This is used for doing asynchronous RPC currently, although it could be expanded to perform more activities such as reporting to the elastic load balancer or providing server statistics.