Ryosuke Matsumoto / @matsumotory

Results 54 comments of Ryosuke Matsumoto / @matsumotory

@keizo042 この件いかがでしょう?とても良いPRなのでマージしたいです

Thank you for your report. I'll investigate later.

``` nginx location /mruby { mruby_content_handler a.rb [cache] b.rb [cache] ... } ``` it also looks good to me.

You should also see HTTP/2 specification like https://tools.ietf.org/html/rfc7540#section-10.1

and this https://tools.ietf.org/html/rfc7540#section-8.1.2.3 .

@yyamano Thank you for your report. I'll check it later since I'm busy to write my doctoral thesis 😂

For now, could you send me the patch? ngx_mruby should meet the specification of nginx as possible.

@chinajinhongyu Sorry for my late response... ngx_mruby doesn't have the bandwidth feature but can work with upstream directives and other directives. You may be able to use ngx_mruby in conjunction...

Could you show me the nginx.conf with mruby?