From 59beff618207a19f5d64f994e0f7ed82e264ab0b Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 17 Jul 2023 13:30:59 -0700 Subject: [PATCH] Update simple-request-response/README.md Co-authored-by: Max Inden --- simple-request-response/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-request-response/README.md b/simple-request-response/README.md index 667ba081a..79f4106e8 100644 --- a/simple-request-response/README.md +++ b/simple-request-response/README.md @@ -50,7 +50,7 @@ to the application protocol to decide. Each request and response should happen in a single stream. There SHOULD NOT be pipelining. After sending a request, the client SHOULD close its write side (signalling EOF to the peer). After handling the response, the client SHOULD -close the stream. After sending the response the server SHOULD close the stream. +close the stream. After sending the response the server SHOULD close its write side (signalling EOF to the peer). ## How to run on top of an HTTP transport