syucream / ts_mruby

Enchant Apache Traffic Server with mruby power.
Apache License 2.0
10 stars 0 forks source link

Fix ATS::EventSystem not to require implements of all of handler methods #82

Closed syucream closed 7 years ago

syucream commented 7 years ago

Current ATS::EventSystem requires implements all of handlers(on_send_request_hdr, on_read_response_hdr and on_send_response_hdr) but it goes to waste if a user doesn't need these handlers. I'd like to fix to require minimum handlers.