Skip to content

Commit

Permalink
style: removed excessive whitespace control. #0bb4ea5
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Sep 1, 2017
1 parent 5c1ffc9 commit ec411d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ngx_stream_lua_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ ngx_stream_lua_ngx_exit(lua_State *L)

ngx_log_debug1(NGX_LOG_DEBUG_STREAM, r->connection->log, 0,
"lua exit with code %i", ctx->exit_code);

if (ctx->context & NGX_STREAM_LUA_CONTEXT_BALANCER)
{
return 0;
}

dd("calling yield");
return lua_yield(L, 0);
}
Expand Down

0 comments on commit ec411d0

Please sign in to comment.