Skip to content
Snippets Groups Projects
Verified Commit f3a07c37 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Copypaste bugfix

parent c6bf1bc0
No related branches found
No related tags found
No related merge requests found
Pipeline #1987 passed
...@@ -3,7 +3,7 @@ image: docker:19.03.1 ...@@ -3,7 +3,7 @@ image: docker:19.03.1
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 1.5.0 IMAGE_VER: 1.5.1
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
......
...@@ -17,7 +17,7 @@ sub main { ...@@ -17,7 +17,7 @@ sub main {
$c->inactivity_timeout(SOCKET_INACTIVITY_TIMEOUT); $c->inactivity_timeout(SOCKET_INACTIVITY_TIMEOUT);
if ($c->req->headers->header('Sec-WebSocket-Key') =~ /deflate/) { if ($c->req->headers->header('Sec-WebSocket-Extensions') =~ /permessage-deflate/) {
$c->tx->compressed(1); $c->tx->compressed(1);
} }
......
openapi: 3.0.3 openapi: 3.0.3
info: info:
version: 1.4.0 version: 1.5.1
title: CF Online title: CF Online
description: CF Online description: CF Online
license: license:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment