mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 10:20:49 +08:00
Fix TCP Header Tree-shaking (#1240)
* Update CoreObjectModels.hpp * Update BUILDVERSION
This commit is contained in:
parent
8a3002aaa8
commit
ca18f91fcf
@ -1 +1 @@
|
||||
6132
|
||||
6133
|
||||
|
@ -174,7 +174,7 @@ namespace Qv2ray::base::objects
|
||||
HTTPRequestObject request;
|
||||
HTTPResponseObject response;
|
||||
JSONSTRUCT_COMPARE(TCPHeader_Internal, type, request, response)
|
||||
JSONSTRUCT_REGISTER(TCPHeader_Internal, F(type, request, response))
|
||||
JSONSTRUCT_REGISTER(TCPHeader_Internal, A(type), F(request, response))
|
||||
};
|
||||
//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user