commit f440904f1bba73ff4e6b7d91b221fa3f6af4ed62 parent 36a7ac723e25f5de1e48ff1aa7000c6062e9e71a Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Sep 2017 21:45:10 +0200 note on messy / duplicated code Diffstat:
| M | src/exchange/taler-exchange-httpd_keystate.c | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c @@ -19,6 +19,16 @@ * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff + * + * TODO: + * + * - includes quite a bit of code duplication between + * cherry-picked and full /keys response generation + * - cherry-picked response generation is ugly/messy, + * partially because existing exchangedb API does not + * match nicely with requirements. + * => should revisit exchangedb API, and then clean up + * this mess. */ #include "platform.h" #include <pthread.h>