lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

feature: Add FFI functions for ngx.req.get_post_args

Open p0pr0ck5 opened this issue 8 years ago • 12 comments
trafficstars

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

p0pr0ck5 avatar Feb 13 '17 04:02 p0pr0ck5

Tests using the lua-resty-core implementation will fail due to the typo fixed up in https://github.com/openresty/lua-nginx-module/pull/990 (travis CI should pass here though); I'll rebase once that's merged.

p0pr0ck5 avatar Feb 16 '17 17:02 p0pr0ck5

@agentzh what are you thoughts on this PR? It would be nice to have this (lua-resty-core sister PR at https://github.com/openresty/lua-resty-core/pull/87) in :)

p0pr0ck5 avatar Mar 15 '17 15:03 p0pr0ck5

@agentzh ping. any thoughts here?

p0pr0ck5 avatar May 18 '17 14:05 p0pr0ck5

Thanks, updated to remove the post args constants, and moved the extra verification.

p0pr0ck5 avatar May 18 '17 22:05 p0pr0ck5

Will clean up the git history here when ready for merge, or we need more changes.

p0pr0ck5 avatar Jun 02 '17 19:06 p0pr0ck5

@p0pr0ck5 Don't worry about the git history too much. I'll always squash before merging manually. Basically it is recommended to use incremental commits for PR submitters in their own branch. Generally speaking, squashing by the PR authors themselves will make my life harder instead of easier. The only requirement on PR authors from my side is to ensure the branch can be rebased to the latest master cleanly, but it does not require the PR authors to actually rebase to the latest master periodically themselves (unless conflicts occur, of course). Sorry for the confusions!

agentzh avatar Jun 02 '17 19:06 agentzh

@agentzh not to hassle, but any update?

p0pr0ck5 avatar Jun 30 '17 05:06 p0pr0ck5

@p0pr0ck5 Sorry for the delay on my side. This is still in my review queue. Will have another close look as soon as I can manage. Thanks!

agentzh avatar Jul 10 '17 17:07 agentzh

@agentzh ping, any thoughts here?

p0pr0ck5 avatar Oct 15 '17 18:10 p0pr0ck5

@p0pr0ck5 Sorry, too busy with other higher priority stuff. Will look into this when I have a chance. Thanks for your understanding and sorry for the delay on my side.

agentzh avatar Oct 16 '17 19:10 agentzh

@agentzh any thoughts on this? I've gotten some conflicting feedback here, would love to be able to clean it up and see this functionality merged :)

p0pr0ck5 avatar Jun 06 '18 03:06 p0pr0ck5

This pull request is now in conflict :(

mergify[bot] avatar Sep 15 '22 10:09 mergify[bot]