Skip to content

Commit

Permalink
Update simple-request-response/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
MarcoPolo and mxinden committed Jul 17, 2023
1 parent 2d52a8a commit 59beff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-request-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59beff6

Please sign in to comment.