mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 22:01:40 -06:00
[PR #8] [MERGED] logging refactoring #107
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/8
Author: @mmatczuk
Created: 1/23/2017
Status: ✅ Merged
Merged: 1/27/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/logger📝 Commits (1)
3c35436logging refactoring📊 Changes
19 files changed (+618 additions, -142 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
TODO.md(+17 -1)📝
client.go(+112 -27)📝
client_test.go(+14 -8)📝
httpproxy.go(+29 -10)📝
integration_test.go(+11 -3)➕
log/filterlogger.go(+44 -0)➕
log/filterlogger_test.go(+25 -0)➕
log/log.go(+54 -0)➕
log/log_test.go(+23 -0)➕
log/noplogger.go(+8 -0)➕
log/stdlogger.go(+15 -0)➕
mock/logger.go(+43 -0)📝
proto/controlmsg.go(+0 -4)📝
proxy.go(+0 -2)📝
server.go(+167 -59)📝
tcpproxy.go(+42 -11)📝
tunneltest/tunneltest.go(+0 -8)📝
utils.go(+13 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.