summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-13 21:45:10 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-13 21:45:10 +0200
commitf440904f1bba73ff4e6b7d91b221fa3f6af4ed62 (patch)
tree8086750369b1770562bba5a78097cca200addb96 /src
parent36a7ac723e25f5de1e48ff1aa7000c6062e9e71a (diff)
downloadexchange-f440904f1bba73ff4e6b7d91b221fa3f6af4ed62.tar.gz
exchange-f440904f1bba73ff4e6b7d91b221fa3f6af4ed62.tar.bz2
exchange-f440904f1bba73ff4e6b7d91b221fa3f6af4ed62.zip
note on messy / duplicated code
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_keystate.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c
index 04cf6ae43..b4026bf37 100644
--- 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>