Skip to content

Commit 29524fa

Browse files
committed
http/headers: Fix typo in comment
1 parent cb7b594 commit 29524fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http/headers.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ HTTP Header data structure/type
33
44
Design criteria:
55
- the same header field is allowed more than once
6-
- must be able to fetch seperate occurences (important for some headers e.g. Set-Cookie)
7-
- optionally available as comma seperated list
6+
- must be able to fetch separate occurences (important for some headers e.g. Set-Cookie)
7+
- optionally available as comma separated list
88
- http2 adds flag to headers that they should never be indexed
99
- header order should be recoverable
1010

0 commit comments

Comments
 (0)