Project

General

Profile

Actions

Bug #2797

open

Query result prefix is incorrect

Added by Chengyu Fan almost 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/07/2015
Due date:
% Done:

0%

Estimated time:

Description

The code in query-adapter.hpp didn't include the json as a name component in query result.

ndn::Name segmentPrefix(atmos::util::CatalogAdapter::m_prefix);
segmentPrefix.append("query-results");
segmentPrefix.append(version);

Client side may fetch the wrong answer if simultaneous queries are being processed on the QueryAdapter side.

No data to display

Actions

Also available in: Atom PDF