We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12acc7 commit dabaf22Copy full SHA for dabaf22
1 file changed
app/src/main/java/io/nekohasekai/sagernet/fmt/v2ray/StandardV2RayBean.java
@@ -232,9 +232,9 @@ public void deserialize(ByteBufferInput input) {
232
break;
233
}
234
case "xhttp": {
235
- host = input.readString();
236
- path = input.readString();
237
if (version >= 4) {
+ host = input.readString();
+ path = input.readString();
238
xhttpMode = input.readString();
239
xhttpExtra = input.readString();
240
0 commit comments