boulder/ocsp_updater
Jacob Hoffman-Andrews ddeaf7b99b
ocsp-updater: make sure rows get closed (#5852)
Previously there was an error path when we hit ctx.Done() that could
cause the DB rows object to not get closed. This might cause leaked
queries that stay alive indefinitely.

Also, when we finish iterating over our set of rows, check rows.Err().
2021-12-14 00:39:58 -08:00
..
config ocsp-updater: add support for writing to Redis (#5825) 2021-12-06 14:46:46 -08:00
testdata Refactor ocsp_updater into a separate package (#5805) 2021-11-18 16:51:28 -08:00
updater.go ocsp-updater: make sure rows get closed (#5852) 2021-12-14 00:39:58 -08:00
updater_test.go ocsp-updater: add support for writing to Redis (#5825) 2021-12-06 14:46:46 -08:00