mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -342,7 +342,7 @@ static int req_dispatch(lua_State *L)
|
||||
"request_rec->dispatching %s -> apr table",
|
||||
name);
|
||||
rs = (*func)(r);
|
||||
ap_lua_push_apr_table(L, rs);
|
||||
ap_lua_push_apr_table(L, rs);
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -594,7 +594,7 @@ AP_LUA_DECLARE(void) ap_lua_load_request_lmodule(lua_State *L, apr_pool_t *p)
|
||||
makefun(&req_notes, APL_REQ_FUNTYPE_TABLE, p));
|
||||
apr_hash_set(dispatch, "subprocess_env", APR_HASH_KEY_STRING,
|
||||
makefun(&req_subprocess_env, APL_REQ_FUNTYPE_TABLE, p));
|
||||
|
||||
|
||||
|
||||
lua_pushlightuserdata(L, dispatch);
|
||||
lua_setfield(L, LUA_REGISTRYINDEX, "Apache2.Request.dispatch");
|
||||
|
Reference in New Issue
Block a user