Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/9c58cc315ccd1bd0d950cc8b061b7eac171294b4?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

remove superfluous comment

pull/19/head
David Stainton 9 years ago
parent c2636d8f97
commit 9c58cc315c

@ -221,8 +221,6 @@ func fakeSocksSessionWorker(clientConn net.Conn, targetNet, targetAddr string) e
// till the session is done. // till the session is done.
var wg sync.WaitGroup var wg sync.WaitGroup
wg.Add(2) wg.Add(2)
//upstreamConn.Write([]byte("meow 123\r\n"))
//clientConn.Write([]byte("meow 123\r\n"))
copyLoop := func(dst, src net.Conn) { copyLoop := func(dst, src net.Conn) {
defer wg.Done() defer wg.Done()
defer dst.Close() defer dst.Close()

Loading…
Cancel
Save