Skip to content

Commit

Permalink
Fixes #6693 - FastCGI review
Browse files Browse the repository at this point in the history
Fixed javadocs.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Sep 2, 2021
1 parent 7e1b366 commit c36746e
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -39,14 +39,14 @@
* <p>A typical exchange is:</p>
* <pre>
* BEGIN_REQUEST
* PARAMS (length > 0)
* PARAMS (length &gt; 0)
* PARAMS (length == 0 to signal end of PARAMS frames)
* [STDIN (length > 0 in case of request content)]
* [STDIN (length &gt; 0 in case of request content)]
* STDIN (length == 0 to signal end of STDIN frames and end of request)
* ...
* STDOUT (length > 0 with HTTP headers and HTTP content)
* STDOUT (length &gt; 0 with HTTP headers and HTTP content)
* STDOUT (length == 0 to signal end of STDOUT frames)
* [STDERR (length > 0)]
* [STDERR (length &gt; 0)]
* [STDERR (length == 0 to signal end of STDERR frames)]
* END_REQUEST
* </pre>
Expand Down

0 comments on commit c36746e

Please sign in to comment.