mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-22 06:55:53 +00:00
CLEANUP: Fix some minor whitespace issues
This commit is contained in:
parent
0bc0c2426c
commit
d94991d236
@ -184,7 +184,7 @@ static int peer_prepare_datamsg(struct stksess *ts, struct peer_session *ps, cha
|
|||||||
*/
|
*/
|
||||||
static void peer_session_release(struct stream_interface *si)
|
static void peer_session_release(struct stream_interface *si)
|
||||||
{
|
{
|
||||||
struct task *t= (struct task *)si->owner;
|
struct task *t = (struct task *)si->owner;
|
||||||
struct session *s = (struct session *)t->context;
|
struct session *s = (struct session *)t->context;
|
||||||
struct peer_session *ps = (struct peer_session *)si->applet.private;
|
struct peer_session *ps = (struct peer_session *)si->applet.private;
|
||||||
|
|
||||||
|
@ -474,7 +474,7 @@ int tcp_connect_server(struct stream_interface *si)
|
|||||||
* ERR_ALERT, ERR_RETRYABLE and ERR_FATAL. ERR_NONE indicates that everything
|
* ERR_ALERT, ERR_RETRYABLE and ERR_FATAL. ERR_NONE indicates that everything
|
||||||
* was alright and that no message was returned. ERR_RETRYABLE means that an
|
* was alright and that no message was returned. ERR_RETRYABLE means that an
|
||||||
* error occurred but that it may vanish after a retry (eg: port in use), and
|
* error occurred but that it may vanish after a retry (eg: port in use), and
|
||||||
* ERR_FATAL indicates a non-fixable error.ERR_WARN and ERR_ALERT do not alter
|
* ERR_FATAL indicates a non-fixable error. ERR_WARN and ERR_ALERT do not alter
|
||||||
* the meaning of the error, but just indicate that a message is present which
|
* the meaning of the error, but just indicate that a message is present which
|
||||||
* should be displayed with the respective level. Last, ERR_ABORT indicates
|
* should be displayed with the respective level. Last, ERR_ABORT indicates
|
||||||
* that it's pointless to try to start other listeners. No error message is
|
* that it's pointless to try to start other listeners. No error message is
|
||||||
|
Loading…
Reference in New Issue
Block a user