File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This will automatically install run-time lua dependencies for you.
3333 - [ luaossl] ( http://25thandclement.com/~william/projects/luaossl.html ) >= 20161208
3434 - [ basexx] ( https://github.com/aiq/basexx/ ) >= 0.2.0
3535 - [ lpeg] ( http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html )
36- - [ lpeg_patterns] ( https://github.com/daurnimator/lpeg_patterns ) >= 0.3
36+ - [ lpeg_patterns] ( https://github.com/daurnimator/lpeg_patterns ) >= 0.5
3737 - [ fifo] ( https://github.com/daurnimator/fifo.lua )
3838
3939To use gzip compression you need ** one** of:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies = {
1919 " luaossl >= 20161208" ;
2020 " basexx >= 0.2.0" ;
2121 " lpeg" ;
22- " lpeg_patterns >= 0.3 " ;
22+ " lpeg_patterns >= 0.5 " ;
2323 " fifo" ;
2424}
2525
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ local request_mt = {
3636}
3737
3838local EOF = lpeg .P (- 1 )
39- local sts_patt = lpeg . Cf ( lpeg . Ct ( true ) * http_patts .Strict_Transport_Security , rawset ) * EOF
39+ local sts_patt = http_patts .Strict_Transport_Security * EOF
4040local uri_patt = uri_patts .uri * EOF
4141local uri_ref = uri_patts .uri_reference * EOF
4242
You can’t perform that action at this time.
0 commit comments