Skip to content
Snippets Groups Projects
Unverified Commit a39d16b6 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

no message

parent 301efee0
No related branches found
No related tags found
1 merge request!144This adds a mechanism for supporting long polling for all runners since 1.0.
Pipeline #
Loading
Loading
@@ -4,6 +4,7 @@ import (
"bytes"
"errors"
"io"
"io/ioutil"
"net/http"
"net/http/httptest"
"strings"
Loading
Loading
@@ -12,7 +13,6 @@ import (
 
"github.com/stretchr/testify/assert"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/redis"
"io/ioutil"
)
 
const (
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment