Ignore HTTP::Server::Response patching for crystal >= 1.3.0
Closes #627
This commit is contained in:
parent
5e2efec050
commit
3d2d30db93
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue