diff options
author | Jeff King <peff@peff.net> | 2018-03-03 00:27:08 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-05 11:05:19 -0800 |
commit | 0aa7a780995d3bbef4524a2cdc2e5d33cca56fa9 (patch) | |
tree | 9e2002320076099f277f292b1e2b5d2a76d47dcd /ws.c | |
parent | Merge branch 'ys/bisect-object-id-missing-conversion-fix' into maint (diff) | |
download | tgif-0aa7a780995d3bbef4524a2cdc2e5d33cca56fa9.tar.xz |
smart-http: document flush after "# service" line
The http-protocol.txt spec fails to mention that a flush packet
comes in the smart server response after sending the "service"
header.
Technically the client code is actually ready to receive an
arbitrary number of headers here, but since we haven't
introduced any other headers in the past decade (and the
client would just throw them away), let's not mention it in
the spec.
This fixes both BNF and the example. While we're fixing the
latter, let's also add the missing flush after the ref list.
Reported-by: Dorian Taylor <dorian.taylor.lists@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ws.c')
0 files changed, 0 insertions, 0 deletions