Improve: refactor ssr and fix #995 (#1189)

Co-authored-by: goomada <madao@DESKTOP-IOEBS0C.localdomain>
This commit is contained in:
goomadao
2021-02-15 14:32:03 +08:00
committed by GitHub
parent d48cfecf60
commit 9eb98e399d
23 changed files with 1667 additions and 1865 deletions

View File

@ -1,7 +1,7 @@
package obfs
func init() {
register("http_post", newHTTPPost)
register("http_post", newHTTPPost, 0)
}
func newHTTPPost(b *Base) Obfs {