From d36f41d563b5ef470f4bfa015d8829e11b362f63 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 24 May 2019 16:53:58 +0100 Subject: [PATCH] say the number of results in a results connection --- doc/wire-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wire-protocol.md b/doc/wire-protocol.md index d2733107..957c7dc5 100644 --- a/doc/wire-protocol.md +++ b/doc/wire-protocol.md @@ -157,7 +157,7 @@ This message starts with two unsigned bytes indicating the number of patches inc ### Search results - any node to any node -Search results are sent through and HTTP POST method from the responder to the originator of the query. The URL is the UUID of the search that prompted ther response. This connection is uncompressed. The first thing sent on it is the persona of the responder in binary. After that follows a stream containing JSON messages prefixed by two unsigned bytes indicating the length of each message. The format is the following: +Search results are sent through and HTTP POST method from the responder to the originator of the query. The URL is the UUID of the search that prompted ther response. This connection is uncompressed. The first thing sent on it is the persona of the responder in binary. That is followed by two unsigned bytes containing the number of search results. After that follows a stream containing JSON messages prefixed by two unsigned bytes indicating the length of each message. The format is the following: ``` {