Skip to content

Commit 4088194

Browse files
style: fixed coding style.
1 parent de1b896 commit 4088194

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ngx_http_lua_output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ ngx_http_lua_ngx_send_headers(lua_State *L)
723723
| NGX_HTTP_LUA_CONTEXT_CONTENT);
724724

725725
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
726-
"lua send headers");
726+
"lua send headers");
727727

728728
rc = ngx_http_lua_send_header_if_needed(r, ctx);
729729
if (rc == NGX_ERROR || rc > NGX_OK) {

src/ngx_http_lua_util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ ngx_http_lua_send_header_if_needed(ngx_http_request_t *r,
539539
if (ngx_http_lua_set_content_type(r) != NGX_OK) {
540540
return NGX_ERROR;
541541
}
542+
542543
ngx_http_clear_content_length(r);
543544
ngx_http_clear_accept_ranges(r);
544545
}

0 commit comments

Comments
 (0)