Ignore HTTP::Server::Response patching for crystal >= 1.3.0

Closes #627
This commit is contained in:
Samantaz Fox 2022-02-20 22:27:02 +01:00 committed by Serdar Dogruyol - Sedo セド
parent 5e2efec050
commit 3d2d30db93
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# This override collides with the new stdlib of Crystal 1.3
# See https://github.com/kemalcr/kemal/issues/627 for more details
{{ skip_file if compare_versions(Crystal::VERSION, "1.3.0") >= 0 }}
class HTTP::Server::Response
class Output
def close