mailgun / gubernator

High Performance Rate Limiting MicroService and Library
Apache License 2.0
964 stars 99 forks source link

fixes issue when a config file is not specified #230

Closed panitaxx closed 5 months ago

panitaxx commented 5 months ago

This PR addresses a bug introduced in #214. Previously, it was possible to run the program without specifying a config file. However, due to the current implementation, attempting to open a nonexistent file (empty string) results in the program terminating unexpectedly.

thrawn01 commented 5 months ago

Development has moved to a different repo and this issue has been fixed there. See https://github.com/gubernator-io/gubernator/pull/5

We haven't gotten around to merging https://github.com/mailgun/gubernator/pull/229 and marking this repo as archived. Sorry for the confusion.