mirror of
https://github.com/nginx/nginx.git
synced 2025-01-08 07:03:01 -06:00
style fix
This commit is contained in:
parent
d1a0ee7fc7
commit
1e428098fb
@ -845,7 +845,8 @@ ngx_send_lowat(ngx_connection_t *c, size_t lowat)
|
|||||||
sndlowat = (int) lowat;
|
sndlowat = (int) lowat;
|
||||||
|
|
||||||
if (setsockopt(c->fd, SOL_SOCKET, SO_SNDLOWAT,
|
if (setsockopt(c->fd, SOL_SOCKET, SO_SNDLOWAT,
|
||||||
(const void *) &sndlowat, sizeof(int)) == -1)
|
(const void *) &sndlowat, sizeof(int))
|
||||||
|
== -1)
|
||||||
{
|
{
|
||||||
ngx_connection_error(c, ngx_socket_errno,
|
ngx_connection_error(c, ngx_socket_errno,
|
||||||
"setsockopt(SO_SNDLOWAT) failed");
|
"setsockopt(SO_SNDLOWAT) failed");
|
||||||
|
Loading…
Reference in New Issue
Block a user