mdedetrich opened a new pull request, #305: URL: https://github.com/apache/incubator-pekko-http/pull/305
I started working on macros recently and when browsing through pekko-http I noticed that we are throwing exceptions rather than `c.abort` which is what you are intended to use in unhandled macro cases (`c.abort` contains information about macro expansion such as the current macro position which is helpful for the error message). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
