projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704917e
)
Let error_response() handle FORWARD_WEBSERVER
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 22 Oct 2019 20:08:09 +0000
(22:08 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 30 Oct 2019 10:23:11 +0000
(11:23 +0100)
cgi.c
patch
|
blob
|
history
diff --git
a/cgi.c
b/cgi.c
index
c67aed4
..
2e9e265
100644
(file)
--- a/
cgi.c
+++ b/
cgi.c
@@
-978,6
+978,9
@@
struct http_response *error_response(struct client_state *csp,
case SOCKS_5T:
socks_type = "socks5t-";
break;
+ case FORWARD_WEBSERVER:
+ socks_type = "webserver-";
+ break;
default:
log_error(LOG_LEVEL_FATAL, "Unknown socks type: %d.", fwd->type);
}