diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-05-18 15:04:48 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2012-05-18 15:04:48 +0300 |
commit | a8a862c90989e8d81bcebab5bbe63d4984d00b96 (patch) | |
tree | f9f6ff1b4e94d5c35b05d29810fc15a040d93680 /changes | |
parent | f00a8b430709aff3045fe20e3f776858e0ec79ae (diff) | |
download | tor-a8a862c90989e8d81bcebab5bbe63d4984d00b96.tar.gz tor-a8a862c90989e8d81bcebab5bbe63d4984d00b96.zip |
Ignore unknown lines from managed proxies.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5910 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5910 b/changes/bug5910 new file mode 100644 index 0000000000..712ed55c04 --- /dev/null +++ b/changes/bug5910 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Don't abort the managed proxy protocol if the managed proxy + sends us an unrecognized line; ignore it instead. Fixes bug + 5910; bugfix on 0.2.3.9-alpha. |