Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-workhorse
Commits
0c813ebe
Commit
0c813ebe
authored
Dec 14, 2015
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run "go fmt" for Kamil
parent
b912293a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
helpers.go
helpers.go
+1
-1
upstream.go
upstream.go
+10
-10
No files found.
helpers.go
View file @
0c813ebe
...
...
@@ -11,8 +11,8 @@ import (
"net/http"
"os"
"os/exec"
"syscall"
"path"
"syscall"
)
func
fail500
(
w
http
.
ResponseWriter
,
err
error
)
{
...
...
upstream.go
View file @
0c813ebe
...
...
@@ -7,12 +7,12 @@ In this file we handle request routing and interaction with the authBackend.
package
main
import
(
"fmt"
"log"
"net/http"
"net/http/httputil"
"net/url"
"strings"
"fmt"
)
type
serviceHandleFunc
func
(
w
http
.
ResponseWriter
,
r
*
gitRequest
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment