Skip to content

Commit

Permalink
bugfix: tweaked the client_body_in_file_only config
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Oct 25, 2018
1 parent 739ba63 commit 348a4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/06-http2.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ our $http_config = << 'EOC';

location = /t3 {
lua_need_request_body on;
client_body_in_file_only on;
content_by_lua_block {
local file = ngx.req.get_body_file()
local f = io.open(file, "r")
Expand Down

0 comments on commit 348a4ff

Please sign in to comment.