Giter Club home page Giter Club logo

Comments (4)

recrute avatar recrute commented on July 19, 2024

没看过 lua 的脚本,最终临时在 lib/optl.lua:get_table 中做了如下改动:

if _tb then

		for k,v in pairs(_tb) do
			if type(v) == "table" then
				local tmp_v = {}
				for i,vv in ipairs(v) do
					if vv == true then
						vv=""
					end
					table.insert(tmp_v,vv)
				end
				v = table.concat(tmp_v,",")
			elseif v == true then
				v= ""
			end
			table.insert(tb_args,v)
		end

end

from openstar.

starjun avatar starjun commented on July 19, 2024

请问 POST 内容是啥子,可以发来看看么

from openstar.

recrute avatar recrute commented on July 19, 2024

暂时不太方便重现问题,有可能是跟提交的数据超过 client_max_body_size 配置的值有关系。

from openstar.

starjun avatar starjun commented on July 19, 2024

更新处理该bug了

from openstar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.