فهرست منبع

Fix: missing import

Rod Hynes 10 سال پیش
والد
کامیت
809f1655c1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      psiphon/httpProxy.go

+ 1 - 0
psiphon/httpProxy.go

@@ -28,6 +28,7 @@ import (
 	"net/url"
 	"net/url"
 	"strings"
 	"strings"
 	"sync"
 	"sync"
+	"time"
 )
 )
 
 
 // HttpProxy is a HTTP server that relays HTTP requests through the Psiphon tunnel.
 // HttpProxy is a HTTP server that relays HTTP requests through the Psiphon tunnel.