diff options
author | Sverker Eriksson <[email protected]> | 2013-02-08 16:24:43 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-02-08 16:24:50 +0100 |
commit | 35e36669a146f0350cd31e4351764c1732ede784 (patch) | |
tree | 1810a875601b3e01616e4eb5f2080a3795321f59 /erts/doc | |
parent | 27d5ba9e31c666bd0a7e278b02df3a5b4ecb8e0b (diff) | |
parent | 92ffb924556e43e3037273754ea94aabc72638a6 (diff) | |
download | otp-35e36669a146f0350cd31e4351764c1732ede784.tar.gz otp-35e36669a146f0350cd31e4351764c1732ede784.tar.bz2 otp-35e36669a146f0350cd31e4351764c1732ede784.zip |
Merge branch 'sverk/packet-http-string-maxlen'
* sverk/packet-http-string-maxlen:
erts: Increase length of well formed header names from {packet,http}
OTP-10824
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index b336a135e7..7804a7498e 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -592,7 +592,9 @@ false</pre> request, a response, a header or an end of header mark. Invalid lines are returned as <c><anno>HttpError</anno></c>.</p> <p>Recognized request methods and header fields are returned as atoms. - Others are returned as strings.</p> + Others are returned as strings. Strings of unrecognized header fields + are formatted with only capital letters first and after hyphen characters + (like <c>"Sec-Websocket-Key"</c>).</p> <p>The protocol type <c>http</c> should only be used for the first line when a <c><anno>HttpRequest</anno></c> or a <c><anno>HttpResponse</anno></c> is expected. The following calls |