mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
MINOR: Some spelling cleanup in the comments.
Signed-off-by: Dave Chiluk <chiluk+haproxy@indeed.com>
This commit is contained in:
parent
d0e60d852a
commit
8618a6a5e2
@ -92,7 +92,7 @@ int parse_process_number(const char *arg, unsigned long *proc, int *autoinc, cha
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Sends a warning if proxy <proxy> does not have at least one of the
|
* Sends a warning if proxy <proxy> does not have at least one of the
|
||||||
* capabilities in <cap>. An optionnal <hint> may be added at the end
|
* capabilities in <cap>. An optional <hint> may be added at the end
|
||||||
* of the warning to help the user. Returns 1 if a warning was emitted
|
* of the warning to help the user. Returns 1 if a warning was emitted
|
||||||
* or 0 if the condition is valid.
|
* or 0 if the condition is valid.
|
||||||
*/
|
*/
|
||||||
|
@ -114,11 +114,11 @@ static void session_count_new(struct session *sess)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This function is called from the protocol layer accept() in order to
|
/* This function is called from the protocol layer accept() in order to
|
||||||
* instanciate a new session on behalf of a given listener and frontend. It
|
* instantiate a new session on behalf of a given listener and frontend. It
|
||||||
* returns a positive value upon success, 0 if the connection can be ignored,
|
* returns a positive value upon success, 0 if the connection can be ignored,
|
||||||
* or a negative value upon critical failure. The accepted file descriptor is
|
* or a negative value upon critical failure. The accepted file descriptor is
|
||||||
* closed if we return <= 0. If no handshake is needed, it immediately tries
|
* closed if we return <= 0. If no handshake is needed, it immediately tries
|
||||||
* to instanciate a new stream. The created connection's owner points to the
|
* to instantiate a new stream. The created connection's owner points to the
|
||||||
* new session until the upper layers are created.
|
* new session until the upper layers are created.
|
||||||
*/
|
*/
|
||||||
int session_accept_fd(struct listener *l, int cfd, struct sockaddr_storage *addr)
|
int session_accept_fd(struct listener *l, int cfd, struct sockaddr_storage *addr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user