pantsel / kong-middleman-plugin

A Kong plugin that enables you to make an extra HTTP POST request before calling an API.
MIT License
156 stars 63 forks source link

Change kong_response.send to kong_response.exit for error response #19

Open jeenode opened 4 years ago

jeenode commented 4 years ago

Apparently kong.response.send is not defined, put in kong.response.exit to return response on error from "check url"

radziszp commented 4 years ago

Hello, are you going to merge this change?

mohit-monk commented 2 years ago

Hi @pantsel can we merge this change?