Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v5] Support escaping network-sandbox through SOCKSv5 proxy
Date: Sun, 01 Feb 2015 01:05:22
Message-Id: 20150131170517.7d226215.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH v5] Support escaping network-sandbox through SOCKSv5 proxy by "Michał Górny"
1 On Sun, 1 Feb 2015 01:33:20 +0100
2 Michał Górny <mgorny@g.o> wrote:
3
4 raise
5 > +
6 > + @asyncio.coroutine
7 > + def handle_proxied_conn(self, proxied_reader, writer,
8 > parent_task):
9 > + """
10 > + Handle the proxied connection. Relay incoming data
11 > + to the client.
12 > + """
13 > +
14
15 Just missing the function @params
16
17 otherwise is good to go
18
19 --
20 Brian Dolbec <dolsen>