mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
remove unneccesary log
This commit is contained in:
parent
2069f3b9d8
commit
db59946b8b
@ -90,8 +90,6 @@ func (pxy *Proxy) splitInChunks(bytes []byte, size int) [][]byte {
|
|||||||
var raw []byte = bytes
|
var raw []byte = bytes
|
||||||
|
|
||||||
if pxy.windowSize > 0 {
|
if pxy.windowSize > 0 {
|
||||||
log.Debug("[HTTPS] Chunking client hello.")
|
|
||||||
|
|
||||||
for {
|
for {
|
||||||
if len(raw) == 0 {
|
if len(raw) == 0 {
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user