-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Could you review and merge my changes ? #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… added 073-backtrace.t to test it. see github pull request #107.
…uest header and could hang. thanks Matthieu Tourne for the patch in pull request #107.
Conflicts: src/ngx_http_lua_socket.c src/ngx_http_lua_util.c t/067-req-socket.t
…the current lua source file name (if any), the current source line number, and the current calling lua function name (if any), into the nginx error.log file. thanks Matthieu Tourne for the patch.
….log() and print(). thanks Matthieu Tourne for the patch.
fixed minor grammatical errors in the README.markdown file
Conflicts: README.markdown
…[lua] "; also updated tests to reflect recent changes.
In the "prefix-var" branch, I've renamed $ngx_prefix to |
Just received the merge request, but I assume you or chaoslawful want to Let me know how we should organize the workflow :) Matt On Tue, May 22, 2012 at 1:22 AM, agentzh (章亦春) <
|
On Wed, May 23, 2012 at 1:30 AM, Matthieu Tourne
I'll review and merge your changes (either in a custom branch in the Regards, |
On Wed, May 23, 2012 at 1:30 AM, Matthieu Tourne
One more small suggestion: could you please put each independent Thank you so much for those excellent patches! I'll surely speed up Thanks again! |
On Wed, May 23, 2012 at 8:42 AM, agentzh (章亦春) <
Ok, I'll do that for any new feature I'm adding from now on. I don't know how to separate the existing commits into different branches
|
On Wed, May 23, 2012 at 11:45 PM, Matthieu Tourne
Thank you very much!
If the existing commits are too hard to cherry pick (due to non-atomic This is just a suggestion for your future development ;) Thanks! |
On Wed, May 23, 2012 at 6:56 PM, agentzh (章亦春)
I will definitely observe that for future developments, been too busy And the last ngx.decode_args() I merged all the other changes that you backported with modifications |
Hello! On Sat, May 26, 2012 at 2:40 AM, Matthieu Tourne
Understood :)
I merged ngx.decode_args() into master yesterday on the train. Until
But I'm now wondering
I've noticed that and I'm trying to tweak your existing commits Thank you! |
Status update:
|
On Sat, May 26, 2012 at 5:56 AM, agentzh (章亦春)
I don't really have test cases, I have a multipart.lua (heavily
Both those were inspired from ngx_http_request_body.c in Nginx core Line 190:
I thought this was how it would work :
Next feature, I'm doing a branch on the chaoslawful repo and we can The extra work should be on me, clean up etc so you can integrate it.
|
Sorry sorry sorry, I pushed some bad code on the master :( :( On Tue, May 29, 2012 at 10:41 AM, Matthieu Tourne
|
I reverted the whole commit, we can drop it from the history if you On Tue, May 29, 2012 at 3:40 PM, Matthieu Tourne
|
Hello! On Wed, May 30, 2012 at 1:41 AM, Matthieu Tourne
It's considered good practice to add test cases to ngx_lua's test
Fair enough :) But what about rb->rest? This is used by
That looks cool to me :) Thanks! |
I've just merged the "inclusive" branch into "master". This feature is expected to be included in the next ngx_lua release 0.5.1 :) Now for all your patches in this pull request, the only missing bit is the ngx.req.init_body(), ngx.req.append_body(), and ngx.req.finish_body() API included in the "req-body" branch that has not yet been merged into "master". I'm still working on it :) BTW, I've already applied a modified version of your patches in the "cleanup" branch. Can I remove the "cleanup" branch for you? |
Do you have the tuits to add some docs and tests to the "req-body" branch for the ngx.req.init_body(), ngx.req.append_body(), and ngx.req.finish_body() API? BTW, both README and README.markdown are automatically generated from docs/HttpLuaModule.wiki by the scripts here:
Basically I just run the top-level script "ngx-releng" ;) |
If you simply copy "docs/HttpLuaModule.wiki" and save it as "README.mediawiki" in the top level directory, you can remove "README" and "README.markdown" and you will have your readme file with all your mediawiki style formatting maintained. |
Hello! On Sat, Jun 16, 2012 at 9:22 PM, dakanji
No, not really, a lot of links in docs/HttpLuaModule.wiki require Regards, |
Yes. A lot of them are just "#XYZ". However, since these need to be fixed with the full URLs in any case, perhaps just a "find and replace" to convert them to "FULL/URL/TO/WIKI/LUA/DOCS#XYZ" and use the "mediawiki" extension to get the formatting benefits and also avoid the current need for two readme files. |
… added 073-backtrace.t to test it. see github pull request openresty#107.
…uest header and could hang. thanks Matthieu Tourne for the patch in pull request openresty#107.
No description provided.