diff options
author | Loïc Hoguin <[email protected]> | 2012-09-21 09:18:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-09-21 09:18:56 +0200 |
commit | 34021666cbf626e979ea136664b1f8beca893d6f (patch) | |
tree | c5c56ca56b6540c42f84278221b442096edf61b0 /rebar.config | |
parent | 8497c8bbcdcfd8754c500e65557ee09d9bd1bed0 (diff) | |
download | cowboy-34021666cbf626e979ea136664b1f8beca893d6f.tar.gz cowboy-34021666cbf626e979ea136664b1f8beca893d6f.tar.bz2 cowboy-34021666cbf626e979ea136664b1f8beca893d6f.zip |
Don't use decode_packet/3 for parsing the headers
Header names are now binaries. Since header names are case insensitive
they are all converted to lowercase. For example: <<"content-length">>.
The max_line_length option was removed. Three new options have been
added instead:
* max_request_line_length (defaults to 4096)
* max_header_name_length (defaults to 64)
* max_header_value_length (defaults to 4096)
Diffstat (limited to 'rebar.config')
0 files changed, 0 insertions, 0 deletions