Loading test/quic_rfc9000_test.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <iostream> #include <string> #include <sstream> #include <cassert> #include <cstring> #include <memory> Loading @@ -14,10 +15,15 @@ #include <numeric> #include <algorithm> // White-box access is limited to this test translation unit. Deterministically // exercising a flow-control boundary requires lowering the peer-credit state; // there is intentionally no production API for mutating that protocol state. #define private public #include "connection.h" #include "eventapi.h" #include "socket.h" #include "exception.h" #undef private #include "https_certs.h" #include "https_ca_cert.h" Loading Loading
test/quic_rfc9000_test.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <iostream> #include <string> #include <sstream> #include <cassert> #include <cstring> #include <memory> Loading @@ -14,10 +15,15 @@ #include <numeric> #include <algorithm> // White-box access is limited to this test translation unit. Deterministically // exercising a flow-control boundary requires lowering the peer-credit state; // there is intentionally no production API for mutating that protocol state. #define private public #include "connection.h" #include "eventapi.h" #include "socket.h" #include "exception.h" #undef private #include "https_certs.h" #include "https_ca_cert.h" Loading