-
Notifications
You must be signed in to change notification settings - Fork 112
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
mruby_content_handler_code 'Nginx.rputs nil'; not work #225
Comments
Thank you for your report. I'll investigate later. |
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Jun 9, 2017
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Jun 14, 2017
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Nov 12, 2018
Still doesn't work with the latest version of ngx_mruby. I just rebased the branch for test code at https://github.com/yyamano/ngx_mruby/tree/issue-200
|
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Aug 15, 2020
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Aug 15, 2020
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Aug 18, 2020
yyamano
added a commit
to yyamano/ngx_mruby
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
Nginx.rputs nil
in mruby_content_handler_code, nginx will stop processing.sample config:
demo with curl:
error.log
This problem seems to be simillar to #200. Current mruby_content_handler_code does not allow return empty body.
The text was updated successfully, but these errors were encountered: