You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:54:30 UTC

[GitHub] [httpd] rainerjung commented on pull request #133: In Lua 5.4, there is new lua_resume function definition, which has 4 …

rainerjung commented on pull request #133:
URL: https://github.com/apache/httpd/pull/133#issuecomment-665627329


   From http://www.lua.org/manual/5.4/manual.html#8.3:
   
   The function lua_resume has an extra parameter. This out parameter returns the number of values on the top of the stack that were yielded or returned by the coroutine. (In previous versions, those values were the entire stack.) 
   
   I don't know, what this means for mod_lua, just wanted to provide a link to the param explanation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org