Merge pull request #1470 from comwrg/fix-sniff-http-ipv6

fix sniff http ipv6 address
pull/1465/head
Victoria Raymond 2018-12-10 23:10:02 +01:00 committed by GitHub
commit 9d27d42139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package http
import (
"bytes"
"errors"
"net"
"strings"
"v2ray.com/core/common"