Accept HTTP1 in naive inbound

This commit is contained in:
世界
2022-08-23 13:22:03 +08:00
parent c9b7acd22c
commit 9edfe7d9d3
12 changed files with 356 additions and 118 deletions

View File

@@ -57,7 +57,7 @@ test:
@go test -v . && \
pushd test && \
go mod tidy && \
go test -v -tags '$(TAGS)' . && \
go test -v -tags with_quic,with_wireguard,with_grpc . && \
popd
clean: