Go to the source code of this file.
|
enum | proxygen::ConnectionCloseReason {
proxygen::ConnectionCloseReason::SHUTDOWN,
proxygen::ConnectionCloseReason::READ_EOF,
proxygen::ConnectionCloseReason::GOAWAY,
proxygen::ConnectionCloseReason::SESSION_PARSE_ERROR,
proxygen::ConnectionCloseReason::REMOTE_ERROR,
proxygen::ConnectionCloseReason::TRANSACTION_ABORT,
proxygen::ConnectionCloseReason::TIMEOUT,
proxygen::ConnectionCloseReason::IO_READ_ERROR,
proxygen::ConnectionCloseReason::IO_WRITE_ERROR,
proxygen::ConnectionCloseReason::REQ_NOTREUSABLE,
proxygen::ConnectionCloseReason::ERR_RESP,
proxygen::ConnectionCloseReason::UNKNOWN,
proxygen::ConnectionCloseReason::FLOW_CONTROL,
proxygen::ConnectionCloseReason::kMAX_REASON
} |
|
enum | proxygen::UpgradeProtocol : int { proxygen::UpgradeProtocol::TCP
} |
|
#define CONNECTION_CLOSE_REASON_ENUM |
( |
|
e, |
|
|
|
r |
|
) |
| e, |
#define CONNECTION_CLOSE_REASON_GEN |
( |
|
x | ) |
|
Value:x(SHUTDOWN,
"shutdown")
\ x(READ_EOF,
"read_eof")
\ x(SESSION_PARSE_ERROR,
"session_parse_err")
\ x(REMOTE_ERROR,
"remote_err")
\ x(TRANSACTION_ABORT,
"transaction_abort")
\ x(IO_READ_ERROR,
"io_read_err")
\ x(IO_WRITE_ERROR,
"io_write_err")
\ x(REQ_NOTREUSABLE,
"req_not_reusable")
\ x(ERR_RESP,
"err_resp")
\ x(FLOW_CONTROL,
"flow_control")
\
Definition at line 34 of file HTTPConstants.h.