Fix typo in addheadermultiline.md

pull/44/head^2
Screeny 2017-05-16 10:01:31 +02:00 committed by Andrew Krasichkov
parent 70d2d1160e
commit 938889961a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# [add_header_multiline] Multiline response headers
You should avoid using multiline response headers, because:
* they are depricated (see [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2.4));
* they are deprecated (see [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2.4));
* some HTTP-clients and web browser never supported them (e.g. IE/Edge/Nginx).
## How can I find it?
@ -22,4 +22,4 @@ more_set_headers -t 'text/html text/plain'
```
## What can I do?
The only solution is to never use multiline response headers.
The only solution is to never use multiline response headers.