diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-20 14:02:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-20 14:02:10 +0200 |
commit | 16ed21afe071277d797b575a0d15fa29bd969c0b (patch) | |
tree | 9fc4eea7f2753145fe55517f5458fb96be2abe5e /src/mint | |
parent | a6f8fa98b0253091cae0f2e38fb5fcec47e115fa (diff) |
expanding test to cover multi-wire format scenarios (#3972)
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd_wire.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mint/taler-mint-httpd_wire.c b/src/mint/taler-mint-httpd_wire.c index 68dc1419f..143d7c48d 100644 --- a/src/mint/taler-mint-httpd_wire.c +++ b/src/mint/taler-mint-httpd_wire.c @@ -66,11 +66,6 @@ TMH_WIRE_handler_wire (struct TMH_RequestHandler *rh, TMH_KS_sign (&wsm.purpose, &pub, &sig); - /* NOTE: for now, we only support *ONE* wire format per - mint instance; if we supply multiple, we need to - add the strings for each type separately here -- and - hash the 0-terminated strings above differently as well... - See #3972. */ return TMH_RESPONSE_reply_json_pack (connection, MHD_HTTP_OK, "{s:o, s:o, s:o}", |