Skip to content

Commit

Permalink
header value can contain whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Oct 8, 2009
1 parent 2b08fe3 commit 0dd2975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSGI.pod
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ C<:> or newlines in their name, contain keys that end in C<-> or C<_>
but only contain keys that consist of letters, digits, C<_> or C<->
and start with a letter. The value of the header must be a scalar
value that contain a string. The value string MUST NOT contain
characters below chr(37).
characters below chr(37) except chr(32) (whitespace).

If the same key name appears multiple times in an array ref, those
header lines MUST be sent to the client separately (e.g. multiple
Expand Down

0 comments on commit 0dd2975

Please sign in to comment.