Commit 5da7aa89 authored by jan.koester's avatar jan.koester
Browse files

test

parent 5c9816ab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

#include <iostream>
#include <string>
#include <sstream>
#include <cassert>
#include <cstring>
#include <memory>
@@ -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"