8000 Tags · devlocker/tychus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: devlocker/tychus

Tags

v0.6.3

Toggle v0.6.3's commit message
fix: Wait no actually waiting

Somewhere along the way, lost the wait functionality. Refactored a few
things.

1. Got rid of status on the proxy. Simplify, just see if the error
string is set instead

2. Had to fix a blocking condition - when waiting, but the command you
are waiting on errors. Tychus would get stuck waiting for a read on the
errors channel, because it was already ready on the proxy.request
channel.

v0.6.2

Toggle v0.6.2's commit message
fix: Remove 50ms request penalty

Each request has to wait for the 50ms ticker to tick before trying to
forward a request.

Now, attempt to forward first. If the request fails, then go ahead and
setup the tick + timeout handler.

v0.6.0

Toggle v0.6.0's commit message
0.6.0

v0.5.1

Toggle v0.5.1's commit message
0.5.1

v0.5.0

Toggle v0.5.0's commit message
0.5.0

v0.4.0

Toggle v0.4.0's commit message
0.4.0

v0.3.0

Toggle v0.3.0's commit message
0.3.0

v0.2.0

Toggle v0.2.0's commit message
0.2.0

v0.1.0

Toggle v0.1.0's commit message
First release

0