mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clarify the direction requests go
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "Log.h"
|
||||
SETUP_LOG();
|
||||
|
||||
// Logic to handle incoming HTTP reqests
|
||||
|
||||
void HTTPRequest::reset()
|
||||
{
|
||||
vHeaders.clear();
|
||||
|
||||
@@ -16,7 +16,7 @@ enum HTTPRequestAction
|
||||
};
|
||||
|
||||
class HTTPRequest
|
||||
{ // an HTTP request in progress
|
||||
{ // an HTTP request we are handling from a client
|
||||
protected:
|
||||
|
||||
enum state
|
||||
@@ -58,4 +58,4 @@ public:
|
||||
int getDataSize() { return iDataSize; }
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user