Yuji Yamano

Results 28 comments of Yuji Yamano

Will take care of it. We need to add the limitations to doc too.

I added the limitation to docs/class_and_method/README.md#nginxssl-class. > Nginx::SSL class is designed to be used in the ssl handshake handlers. It doesn't work in other handlers like mruby_content_handler_code.

@matsumotory I can reproduce it. ``` % sh test.sh % rm build/nginx/logs/* % cp build/nginx/conf/nginx.conf build/nginx/conf/nginx.conf.orig % vi build/nginx/conf/nginx.conf % diff -u build/nginx/conf/nginx.conf.orig build/nginx/conf/nginx.conf --- build/nginx/conf/nginx.conf.orig 2017-12-20 01:18:21.501413133 -0500 +++...

Oops, the above configuration was wrong. I can reproduce it with warn level too. ``` % diff -u build/nginx/conf/nginx.conf.orig build/nginx/conf/nginx.conf --- build/nginx/conf/nginx.conf.orig 2017-12-20 01:18:21.501413133 -0500 +++ build/nginx/conf/nginx.conf 2017-12-20 03:07:44.188186619 -0500...

@matsumotory Can you give me some time to think about it? I'm have been improving docs/class_and_method/README.md on https://github.com/yyamano/ngx_mruby/blob/doc-improvement/docs/class_and_method/README.md and playing with unfamiliar methods. I'd like to get a clear picture...

@ajsharp @afunction I'm wondering if you guys can move Redis.new into mruby_ssl_handshake_handler_code? I don't think redis[], mrb_redis_get() in C, supports reconnect. It looks like _redisContextConnectTcp() in hredis supports it, but...

@ajsharp Do you still have the problem with the newer version of mruby-redis ?

@ajsharp If you rebuild ngx_mruby, the latest version of mruby-redis including the change is installed. You can check build_config.rb.lock to make sure if the latest version is installed. Mine is:...

If my memory serves me right, it's a limitation (and specification) of nginx, not nginx_mruby. You might want to use an error_page directive with a named location. See http://nginx.org/en/docs/http/ngx_http_core_module.html#error_page for...

@koxudaxi Could you close it? It is fixed by https://github.com/koxudaxi/fastapi-code-generator/commit/5e9ba07ec6be36a80334270531eaa3677a5ec711 I confirmed it with the follwoing servers definition. ``` servers: - url: http://petstore.swagger.io/v1 description: Production server - url: http://localost:8080/ description:...