diff options
Diffstat (limited to 'src/proxy.cc')
| -rw-r--r-- | src/proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy.cc b/src/proxy.cc index 3afc6e7..7664a11 100644 --- a/src/proxy.cc +++ b/src/proxy.cc @@ -282,7 +282,7 @@ void ForgeSocketAdapter::HandlerForgeSocketFd(int fd_downstream, int fd_upstream bool is_http = false; bool is_ssl = false; - if (dest_port == 80) + if (dest_port == 80 || dest_port == 8080 || dest_port == 8081) { is_http = true; is_ssl = false; |
