fix #357 Create ngx_http_mruby_ctx_t if you do not have it by pyama86 · Pull Request #358 · matsumotory/ngx_mruby

Pull-Request Check List refs: #357 ngx_http_mruby_ctx_t がnull状態になる実装箇所があったため、 ngx_mrb_http_get_module_ctx メソッドを定義し、get時に値が無ければallocate + setする実装を追加しました。 Add patches into src/. Add test into test...