mirror of https://github.com/yandex/gixy
Fix typo in addheadermultiline.md
parent
70d2d1160e
commit
938889961a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue